SecurityIdentifier Properties
.NET Framework 4
The SecurityIdentifier type exposes the following members.
| Name | Description | |
|---|---|---|
|
AccountDomainSid | Returns the account domain security identifier (SID) portion from the SID represented by the SecurityIdentifier object if the SID represents a Windows account SID. If the SID does not represent a Windows account SID, this property returns ArgumentNullException. |
|
BinaryLength | Returns the length, in bytes, of the security identifier (SID) represented by the SecurityIdentifier object. |
|
Value | Returns an uppercase Security Descriptor Definition Language (SDDL) string for the security identifier (SID) represented by this SecurityIdentifier object. (Overrides IdentityReference.Value.) |