SecurityTokenHandlerConfigurationElement.IssuerNameRegistry Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia IssuerNameRegistryElement skojarzony z tym elementem konfiguracji procedury obsługi tokenów.
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
Wartość właściwości
Element, który konfiguruje rejestr nazw wystawców dla tego elementu konfiguracji procedury obsługi tokenów.
- Atrybuty
Uwagi
Odpowiada elementowi skonfigurowanemu <issuerNameRegistry>
w ramach <securityTokenHandlerConfiguration>
elementu.