adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class / ToBinaryForm Method


In This Topic
    ToBinaryForm Method
    In This Topic
    Returns the SID as a byte array
    Syntax
    'Declaration
     
    
    Public Function ToBinaryForm() As Byte()
    public byte[] ToBinaryForm()
    public:
    array<byte>^ ToBinaryForm(); 
    See Also