Bagikan melalui


SecurityTokenHandlerConfigurationElement.ServiceTokenResolver Properti

Definisi

Mendapatkan atau mengatur pemecah masalah token layanan yang terkait dengan elemen konfigurasi penangan token ini.

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

Nilai Properti

Elemen jenis kustom yang menentukan Type pemecah masalah token layanan. Jenis harus berasal dari SecurityTokenResolver.

Atribut

Keterangan

<serviceTokenResolver> Sesuai dengan elemen yang dikonfigurasi di <securityTokenHandlerConfiguration> bawah elemen . Elemen <serviceTokenResolver> mendaftarkan pemecah masalah token layanan. Ini dapat digunakan untuk menyelesaikan klausul pengidentifikasi kunci Penerbit saat mendeserialisasi token SAML.

Berlaku untuk