SecurityTokenHandlerConfigurationElement.IssuerNameRegistry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.