The properties of System.Security.Principal.SecurityIdentifier are listed below. For a list of all members, see the SecurityIdentifier Members list.
See Also: Inherited members from System.Security.Principal.IdentityReference
[read-only] | AccountDomainSid | SecurityIdentifier.
Returns the account domain security identifier (SID) portion from the SID represented by the System.Security.Principal.SecurityIdentifier object if the SID represents a Windows account SID. If the SID does not represent a Windows account SID, this property returns ArgumentNullException. |
[read-only] | BinaryLength | int.
Returns the length, in bytes, of the security identifier (SID) represented by the System.Security.Principal.SecurityIdentifier object. |
[read-only] override | Value | string.
Returns an uppercase Security Descriptor Definition Language (SDDL) string for the security identifier (SID) represented by this System.Security.Principal.SecurityIdentifier object. |