JAMS Developer Guide
GetDefaultACL Method


MVPSI.JAMS Namespace > ICredentialWCF Interface : GetDefaultACL Method
The new UserSecuity object's login username
Builds a default ACL for a Credential object
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Function GetDefaultACL( _
   ByVal credentialName As System.String _
) As System.Threading.Tasks.Task(Of ACLData)
'Usage
 
Dim instance As ICredentialWCF
Dim credentialName As System.String
Dim value As System.Threading.Tasks.Task(Of ACLData)
 
value = instance.GetDefaultACL(credentialName)
[System.ServiceModel.OperationContract()]
System.Threading.Tasks.Task<ACLData> GetDefaultACL( 
   System.string credentialName
)

Parameters

credentialName
The new UserSecuity object's login username
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICredentialWCF Interface
ICredentialWCF Members