SecurityStampValidatorOptions.ValidationInterval Property

Definition

Gets or sets the TimeSpan after which security stamps are re-validated. Defaults to 30 minutes.

public:
 property TimeSpan ValidationInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ValidationInterval { get; set; }
member this.ValidationInterval : TimeSpan with get, set
Public Property ValidationInterval As TimeSpan

Property Value

The TimeSpan after which security stamps are re-validated.

Applies to