SecurityIdentifierElement::SecurityIdentifier Property

 

Gets or sets the security identifier that this element associates with.

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

public:
[ConfigurationPropertyAttribute("securityIdentifier", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::IsKey)]
property SecurityIdentifier^ SecurityIdentifier {
	SecurityIdentifier^ get();
	void set(SecurityIdentifier^ value);
}

Property Value

Type: System.Security.Principal::SecurityIdentifier^

The security identifier that this element associates with.

.NET Framework
Available since 3.0
Return to top
Show: