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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.