Name | Description | |
---|---|---|
![]() | SecurityIdentifier Constructor | Overloaded. |
The following tables list the members exposed by SecurityIdentifier.
Name | Description | |
---|---|---|
![]() | SecurityIdentifier Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AccountResolved | Indicates whether the account was successfully resolved (SID mapped to name) |
![]() | Domain | The Windows domain |
![]() | FullName | Gets the full user name in the form "domain\name" |
![]() | LookupErrorCode | The error code returned by Windows if the lookup operation failed |
![]() | LookupErrorMessage | The error message if the lookup operation failed |
![]() | Name | The user name (ID) |
![]() | NameUse | Indicates the type (use) of the SID |
![]() | SID | The security identifier |
![]() | SIDString | String used to serialize the SID. |
Name | Description | |
---|---|---|
![]() | CompareTo | Compares the SID to another |
![]() | Equals | Overloaded. Determines whether the specified object is equal to the current object. |
![]() ![]() | FromNameLookup | Creates a SecurityIdentifier by attempting to resolve a user name |
![]() | IsWellKnownSid | Determines if this Security Identifier represents the specified well known SID. |
![]() | ToBinaryForm | Returns the SID as a byte array |
![]() | ToString | Returns a string that represents the current object.Returns a string that represents the current object. |