SecurityTokenHandlerConfigurationElement::IssuerNameRegistry Property
.NET Framework (current version)
Gets or sets the IssuerNameRegistryElement that is associated with this token handler configuration element.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("issuerNameRegistry", IsRequired = false)] property IssuerNameRegistryElement^ IssuerNameRegistry { IssuerNameRegistryElement^ get(); void set(IssuerNameRegistryElement^ value); }
Property Value
Type: System.IdentityModel.Configuration::IssuerNameRegistryElement^The element that configures the issuer name registry for this token handler configuration element.
Corresponds to the <issuerNameRegistry> element that is configured under the <securityTokenHandlerConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: