SecurityTokenHandlerConfigurationElement::TokenReplayDetection Property

.NET Framework (current version)
 

Gets or sets the TokenReplayDetectionElement that is associated with this token handler 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.

.NET Framework
Available since 4.5
Return to top
Show: