SecurityIdentifier Properties
.NET Framework (current version)
Namespace:
System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | BinaryLength | Returns the length, in bytes, of the security identifier (SID) represented by the SecurityIdentifier object. |
![]() | Value | Returns an uppercase Security Descriptor Definition Language (SDDL) string for the security identifier (SID) represented by this SecurityIdentifier object.(Overrides IdentityReference::Value.) |
Show:
