IdentityConfigurationElement.ServiceTokenResolver 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 program rozpoznawania tokenów usługi skojarzony z tym elementem konfiguracji tożsamości.
public:
property System::IdentityModel::Configuration::CustomTypeElement ^ ServiceTokenResolver { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("serviceTokenResolver", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement ServiceTokenResolver { get; set; }
[<System.Configuration.ConfigurationProperty("serviceTokenResolver", IsRequired=false)>]
member this.ServiceTokenResolver : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property ServiceTokenResolver As CustomTypeElement
Wartość właściwości
Niestandardowy element typu określający rozpoznawanie Type tokenów usługi. Typ musi pochodzić z klasy SecurityTokenResolver.
- Atrybuty
Uwagi
Odpowiada elementowi <serviceTokenResolver>
skonfigurowanemu w ramach <identityConfiguration>
elementu . Element <serviceTokenResolver>
rejestruje program rozpoznawania tokenów usługi. Może to służyć do rozpoznawania klauzul identyfikatora klucza wystawcy podczas deserializacji tokenu SAML.