IdentityConfigurationElement.TokenReplayDetection Property

Definition

Gets or sets the TokenReplayDetectionElement that is associated with this identity configuration element.

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

Property Value

The element that specifies whether token replay detection is enabled and specifies the maximum expiration period for tokens in the token replay cache.

Attributes

Remarks

Corresponds to the <tokenReplayDetection> element that is configured under the <identityConfiguration> element.

Applies to

See also