SecurityStampValidatorOptions.ValidationInterval 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 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.