IdentityConfigurationElement::TokenReplayDetection Property

.NET Framework (current version)
 

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

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("tokenReplayDetection", IsRequired = false)]
property TokenReplayDetectionElement^ TokenReplayDetection {
	TokenReplayDetectionElement^ get();
	void set(TokenReplayDetectionElement^ value);
}

Property Value

Type: System.IdentityModel.Configuration::TokenReplayDetectionElement^

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

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

.NET Framework
Available since 4.5
Return to top
Show: