RevalidatingServerAuthenticationStateProvider.RevalidationInterval 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 the interval between revalidation attempts.
protected:
abstract property TimeSpan RevalidationInterval { TimeSpan get(); };
protected abstract TimeSpan RevalidationInterval { get; }
member this.RevalidationInterval : TimeSpan
Protected MustOverride ReadOnly Property RevalidationInterval As TimeSpan