SecurityIdentifier Methods

 

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCompareTo(SecurityIdentifier)

Compares the current SecurityIdentifier object with the specified SecurityIdentifier object.

System_CAPS_pubmethodEquals(Object)

Returns a value that indicates whether this SecurityIdentifier object is equal to a specified object.(Overrides IdentityReference.Equals(Object).)

System_CAPS_pubmethodEquals(SecurityIdentifier)

Indicates whether the specified SecurityIdentifier object is equal to the current SecurityIdentifier object.

System_CAPS_pubmethodGetBinaryForm(Byte[], Int32)

Copies the binary representation of the specified security identifier (SID) represented by the SecurityIdentifier class to a byte array.

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for the current SecurityIdentifier object. The GetHashCode method is suitable for hashing algorithms and data structures like a hash table.(Overrides IdentityReference.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsAccountSid()

Returns a value that indicates whether the security identifier (SID) represented by this SecurityIdentifier object is a valid Windows account SID.

System_CAPS_pubmethodIsEqualDomainSid(SecurityIdentifier)

Returns a value that indicates whether the security identifier (SID) represented by this SecurityIdentifier object is from the same domain as the specified SID.

System_CAPS_pubmethodIsValidTargetType(Type)

Returns a value that indicates whether the specified type is a valid translation type for the SecurityIdentifier class.(Overrides IdentityReference.IsValidTargetType(Type).)

System_CAPS_pubmethodIsWellKnown(WellKnownSidType)

Returns a value that indicates whether the SecurityIdentifier object matches the specified well known security identifier (SID) type.

System_CAPS_pubmethodToString()

Returns the security identifier (SID), in Security Descriptor Definition Language (SDDL) format, for the account represented by the SecurityIdentifier object. An example of the SDDL format is S-1-5-9. (Overrides IdentityReference.ToString().)

System_CAPS_pubmethodTranslate(Type)

Translates the account name represented by the SecurityIdentifier object into another IdentityReference-derived type.(Overrides IdentityReference.Translate(Type).)

Return to top
Show: