MVPSI.JAMS Namespace > IAccessTools Interface : EncodeACL Method |
'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function EncodeACL( _ ByVal objType As ObjectAccessType, _ ByVal acl As GenericACL _ ) As System.Byte()
'Usage
Dim instance As IAccessTools Dim objType As ObjectAccessType Dim acl As GenericACL Dim value() As System.Byte value = instance.EncodeACL(objType, acl)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.byte[] EncodeACL( ObjectAccessType objType, GenericACL acl )
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