  | UserSecurityIdentifier Property  | 
 
            The user's security identifier (SID).
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic byte[] SecurityIdentifier { get; }Public ReadOnly Property SecurityIdentifier As Byte()
	Get
public:
property array<unsigned char>^ SecurityIdentifier {
	array<unsigned char>^ get ();
}member SecurityIdentifier : byte[] with get
Property Value
Type: 
Byte
See Also