SecurityTokenHandlerConfigurationElement.IssuerNameRegistry Property

Definition

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

public:
 property System::IdentityModel::Configuration::IssuerNameRegistryElement ^ IssuerNameRegistry { System::IdentityModel::Configuration::IssuerNameRegistryElement ^ get(); void set(System::IdentityModel::Configuration::IssuerNameRegistryElement ^ value); };
[System.Configuration.ConfigurationProperty("issuerNameRegistry", IsRequired=false)]
public System.IdentityModel.Configuration.IssuerNameRegistryElement IssuerNameRegistry { get; set; }
[<System.Configuration.ConfigurationProperty("issuerNameRegistry", IsRequired=false)>]
member this.IssuerNameRegistry : System.IdentityModel.Configuration.IssuerNameRegistryElement with get, set
Public Property IssuerNameRegistry As IssuerNameRegistryElement

Property Value

The element that configures the issuer name registry for this token handler configuration element.

Attributes

Remarks

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

Applies to