IdentityConfigurationElement.TokenReplayDetection Proprietà

Definizione

Ottiene o imposta l'oggetto TokenReplayDetectionElement che è associato all'elemento di configurazione identity.

public:
 property System::IdentityModel::Configuration::TokenReplayDetectionElement ^ TokenReplayDetection { System::IdentityModel::Configuration::TokenReplayDetectionElement ^ get(); void set(System::IdentityModel::Configuration::TokenReplayDetectionElement ^ value); };
[System.Configuration.ConfigurationProperty("tokenReplayDetection", IsRequired=false)]
public System.IdentityModel.Configuration.TokenReplayDetectionElement TokenReplayDetection { get; set; }
[<System.Configuration.ConfigurationProperty("tokenReplayDetection", IsRequired=false)>]
member this.TokenReplayDetection : System.IdentityModel.Configuration.TokenReplayDetectionElement with get, set
Public Property TokenReplayDetection As TokenReplayDetectionElement

Valore della proprietà

L'elemento che specifica se il rilevamento della riproduzione dei token è abilitato e specifica il periodo di scadenza massimo per i token nella cache di riproduzione dei token.

Attributi

Commenti

Corrisponde all'elemento configurato nell'elemento <tokenReplayDetection><identityConfiguration> .

Si applica a

Vedi anche