System.Security.Principal.SecurityIdentifier: Property Members

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

Public Properties

[read-only]
AccountDomainSidSecurityIdentifier.

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]
BinaryLengthint.

Returns the length, in bytes, of the security identifier (SID) represented by the System.Security.Principal.SecurityIdentifier object.

[read-only]
override
Valuestring.

Returns an uppercase Security Descriptor Definition Language (SDDL) string for the security identifier (SID) represented by this System.Security.Principal.SecurityIdentifier object.