IdentityModelCachesElement.TokenReplayCache Egenskap

Definition

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.

Gäller för

Se även