JAMS Developer Guide
FormatACL Method (IAccessToolsWCF)


MVPSI.JAMS Namespace > IAccessToolsWCF Interface : FormatACL Method
Format a binary ACL into a Generic ACL
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function FormatACL( _
   ByVal objType As ObjectAccessType, _
   ByVal aclData() As System.Byte _
) As System.Threading.Tasks.Task(Of GenericACL)
'Usage
 
Dim instance As IAccessToolsWCF
Dim objType As ObjectAccessType
Dim aclData() As System.Byte
Dim value As System.Threading.Tasks.Task(Of GenericACL)
 
value = instance.FormatACL(objType, aclData)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task<GenericACL> FormatACL( 
   ObjectAccessType objType,
   System.byte[] aclData
)

Parameters

objType
aclData
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

IAccessToolsWCF Interface
IAccessToolsWCF Members