IdentityModelCachesElement.TokenReplayCache Propiedad

Definición

Obtiene o establece el Type objeto de la caché de reproducción del token.

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

Tipo de la caché de reproducción del token. El tipo 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