IdentityConfigurationElement::TokenReplayDetection Property
.NET Framework (current version)
Gets or sets the TokenReplayDetectionElement that is associated with this identity configuration element.
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
Available since 4.5
Show: