SecurityIdentifierElement::SecurityIdentifier Property
.NET Framework (current version)
Gets or sets the security identifier that this element associates with.
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
Available since 3.0
Show: