SecurityIdentifier Constructor (WellKnownSidType, SecurityIdentifier)
.NET Framework (current version)
Initializes a new instance of the SecurityIdentifier class by using the specified well known security identifier (SID) type and domain SID.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- sidType
-
Type:
System.Security.Principal.WellKnownSidType
One of the enumeration values. This value must not be LogonIdsSid.
- domainSid
-
Type:
System.Security.Principal.SecurityIdentifier
The domain SID. This value is required for the following WellKnownSidType values. This parameter is ignored for any other WellKnownSidType values.
.NET Framework
Available since 2.0
Available since 2.0
Show: