The members of System.Security.Principal.SecurityIdentifier are listed below.
See Also: Inherited members from System.Security.Principal.IdentityReference
Initializes a new instance of the System.Security.Principal.SecurityIdentifier class by using an integer that represents the binary form of a security identifier (SID). | ||
Initializes a new instance of the System.Security.Principal.SecurityIdentifier class by using the specified security identifier (SID) in Security Descriptor Definition Language (SDDL) format. | ||
Initializes a new instance of the System.Security.Principal.SecurityIdentifier class by using a specified binary representation of a security identifier (SID). | ||
Initializes a new instance of the System.Security.Principal.SecurityIdentifier class by using the specified well known security identifier (SID) type and domain SID. |
static readonly | MaxBinaryLength | int (0).
Returns the maximum size, in bytes, of the binary representation of the security identifier. |
static readonly | MinBinaryLength | int (0).
Returns the minimum size, in bytes, of the binary representation of the security identifier. |
[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. |
CompareTo(SecurityIdentifier)
| ||
override | Equals(object)
| |
Equals(SecurityIdentifier)
| ||
GetBinaryForm(byte[], int)
| ||
override | GetHashCode()
| |
IsAccountSid()
| ||
IsEqualDomainSid(SecurityIdentifier)
| ||
override | IsValidTargetType(Type)
| |
IsWellKnown(WellKnownSidType)
| ||
override | ToString()
| |
override | Translate(Type)
|
static | Equality(SecurityIdentifier, SecurityIdentifier) |
Compares two System.Security.Principal.SecurityIdentifier objects to determine whether they are equal. They are considered equal if they have the same canonical representation as the one returned by the SecurityIdentifier.Value property or if they are both null. |
static | Inequality(SecurityIdentifier, SecurityIdentifier) |
Compares two System.Security.Principal.SecurityIdentifier objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the SecurityIdentifier.Value property or if one of the objects is null and the other is not. |