OpenIdConnectProtocolValidator.NonceLifetime Property

Definition

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

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.

Applies to