IdentityModelCachesElement.TokenReplayCache Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar eller anger Type tokenrepriscacheminnet.
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
Egenskapsvärde
Typen av tokenrepriscache. Typen måste härledas från TokenReplayCache.
- Attribut
Kommentarer
Den här egenskapen är valfri. Det motsvarar ett <tokenReplayCache> element som anges under elementet <caches> . Den anger vilken typ av cache som ska användas för att identifiera omspelade token. Alla replay-cacheminnen måste härledas från TokenReplayCache
Uppspelningsidentifiering är aktiverat med elementet <tokenReplayDetection> . Det här elementet representeras av TokenReplayDetectionElement klassen.