OpenIdConnectProtocolValidator.NonceLifetime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set the TimeSpan defining how long a nonce is valid.
public TimeSpan NonceLifetime { get; set; }
member this.NonceLifetime : TimeSpan with get, set
Public Property NonceLifetime As TimeSpan
Property Value
Exceptions
Thrown if 'value' is less than or equal to 'TimeSpan.Zero'.
Remarks
If RequireTimeStampInNonce is true, then the nonce timestamp is bound by DateTime.UtcNow + NonceLifetime.