| 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)
Syntax public 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:
ByteSee Also