SecurityIdentifier Constructor (WellKnownSidType, SecurityIdentifier)

 

Initializes a new instance of the SecurityIdentifier class by using the specified well known security identifier (SID) type and domain SID.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

public SecurityIdentifier(
	WellKnownSidType sidType,
	SecurityIdentifier domainSid
)

.NET Framework
Available since 2.0
Return to top
Show: