IdentityConfigurationElement::IssuerNameRegistry Property

.NET Framework (current version)
 

Gets or sets the IssuerNameRegistryElement that is associated with this identity configuration element.

Namespace:   System.IdentityModel.Configuration
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 identity configuration element.

Corresponds to the <issuerNameRegistry> element that is configured under the <identityConfiguration> element.

.NET Framework
Available since 4.5
Return to top
Show: