SecurityIdentifier.AccountDomainSid Property
.NET Framework (current version)
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.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Security.Principal.SecurityIdentifierThe account domain SID portion from the SID represented by the SecurityIdentifier object if the SID represents a Windows account SID; otherwise, it returns ArgumentNullException.
.NET Framework
Available since 2.0
Available since 2.0
Show: