IdentityModelCachesElement.TokenReplayCache Propriedade

Definição

Obtém ou define o Type cache de repetição do 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 Propriedade

O tipo da cache de repetição de tokens. O tipo deve derivar de TokenReplayCache.

Atributos

Observações

Esta propriedade é opcional. Corresponde a um <tokenReplayCache> elemento especificado sob o <caches> elemento. Especifica o tipo de cache a usar para detetar tokens reproduzidos. Todos os caches de repetição devem derivar de TokenReplayCache

A deteção de repetições está ativada com o <tokenReplayDetection> elemento. Este elemento é representado pela TokenReplayDetectionElement classe.

Aplica-se a

Ver também