SecurityIdentifierElement Constructor (SecurityIdentifier^)

 

Initializes a new instance of the SecurityIdentifierElement class wit the specified security identifier.

Namespace:   System.ServiceModel.Activation.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
SecurityIdentifierElement(
	SecurityIdentifier^ sid
)

Parameters

sid
Type: System.Security.Principal::SecurityIdentifier^

A security identifier.

.NET Framework
Available since 3.0
Return to top
Show: