SecurityIdentifier Constructor (String)

 

Initializes a new instance of the SecurityIdentifier class by using the specified security identifier (SID) in Security Descriptor Definition Language (SDDL) format.

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

public SecurityIdentifier(
	string sddlForm
)

Parameters

sddlForm
Type: System.String

SDDL string for the SID used to create the SecurityIdentifier object.

.NET Framework
Available since 2.0
Return to top
Show: