IdentityModelCachesElement.TokenReplayCache Proprietà

Definizione

Ottiene o imposta Type della cache dei token di riproduzione.

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

Valore della proprietà

Tipo di cache di riproduzione dei token. Il tipo deve derivare da TokenReplayCache.

Attributi

Commenti

Questa proprietà è facoltativa. Corrisponde a un <tokenReplayCache> elemento specificato nell'elemento <caches> . Specifica il tipo di cache da usare per rilevare i token riprodotti. Tutte le cache di riproduzione devono derivare da TokenReplayCache

Il rilevamento della riproduzione è abilitato con l'elemento <tokenReplayDetection> . Questo elemento è rappresentato dalla TokenReplayDetectionElement classe .

Si applica a

Vedi anche