IdentityModelCachesElement.TokenReplayCache Propiedad

Definición

Obtiene o establece el Type de la memoria caché de reproducción de tokens.

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

Valor de propiedad

El tipo de memoria caché de repetición de token. El tipo se debe derivar de TokenReplayCache.

Atributos

Comentarios

Esta propiedad es opcional. Corresponde a un <tokenReplayCache> elemento especificado en el <caches> elemento . Especifica el tipo de caché que se va a usar para detectar tokens reproducidos. Todas las cachés de reproducción deben derivarse de TokenReplayCache

La detección de reproducción está habilitada con el <tokenReplayDetection> elemento . Este elemento se representa mediante la TokenReplayDetectionElement clase .

Se aplica a

Consulte también