IdentityModelCachesElement.TokenReplayCache 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 Type pamięć podręczną ponownego odtwarzania tokenu.
public:
property System::IdentityModel::Configuration::CustomTypeElement ^ TokenReplayCache { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement TokenReplayCache { get; set; }
[<System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)>]
member this.TokenReplayCache : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property TokenReplayCache As CustomTypeElement
Wartość właściwości
Typ pamięci podręcznej odtwarzania tokenu. Typ musi pochodzić z TokenReplayCacheklasy .
- Atrybuty
Uwagi
Ta właściwość jest opcjonalna. Odpowiada elementowi określonemu <tokenReplayCache>
w elemecie <caches>
. Określa typ pamięci podręcznej do użycia do wykrywania odtwarzanych tokenów. Wszystkie pamięci podręczne odtwarzania muszą pochodzić z TokenReplayCache
Wykrywanie odtwarzania jest włączone z elementem <tokenReplayDetection>
. Ten element jest reprezentowany przez klasę TokenReplayDetectionElement .