This topic has not yet been rated - Rate this topic

SecurityIdentifier Members

Represents a security identifier (SID) and provides marshaling and comparison operations for SIDs.

The following tables list the members exposed by the SecurityIdentifier type.

  Name Description
Public method SecurityIdentifier Overloaded. Initializes a new instance of the SecurityIdentifier class.
Top
  Name Description
Public field Static MaxBinaryLength Returns the maximum size, in bytes, of the binary representation of the security identifier.
Public field Static MinBinaryLength Returns the minimum size, in bytes, of the binary representation of the security identifier.
Top
  Name Description
Public property 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.
Public property BinaryLength Returns the length, in bytes, of the security identifier (SID) represented by the SecurityIdentifier object.
Public property Value Overridden. Returns an uppercase Security Descriptor Definition Language (SDDL) string for the security identifier (SID) represented by this SecurityIdentifier object.
Top
  Name Description
Public method CompareTo Compares the current SecurityIdentifier object with the specified SecurityIdentifier object.
Public method Equals Overloaded. Overridden.  
Public method GetBinaryForm Copies the binary representation of the specified security identifier (SID) represented by the SecurityIdentifier class to a byte array.
Public method GetHashCode Overridden. 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.
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IsAccountSid Returns a value that indicates whether the security identifier (SID) represented by this SecurityIdentifier object is a valid Windows account SID.
Public method IsEqualDomainSid Returns a value that indicates whether the security identifier (SID) represented by this SecurityIdentifier object is from the same domain as the specified SID.
Public method IsValidTargetType Overridden. Returns a value that indicates whether the specified type is a valid translation type for the SecurityIdentifier class.
Public method IsWellKnown Returns a value that indicates whether the SecurityIdentifier object matches the specified well known security identifier (SID) type.
Public method Static op_Equality Overloaded.  
Public method Static op_Inequality Overloaded.  
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString Overridden. 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.
Public method Translate Overridden. Translates the account name represented by the SecurityIdentifier object into another IdentityReference-derived type.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.