IdentityConfigurationElement.TokenReplayDetection Egenskap

Definition

Hämtar eller anger TokenReplayDetectionElement det som är associerat med det här identitetskonfigurationselementet.

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

Egenskapsvärde

Elementet som anger om tokenreprisidentifiering är aktiverat och anger den maximala förfalloperioden för token i tokenrepriscacheminnet.

Attribut

Kommentarer

Motsvarar det <tokenReplayDetection> element som har konfigurerats under elementet <identityConfiguration> .

Gäller för

Se även