AuthenticationHandler<TOptions>.Clock 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.
Caution
ISystemClock is obsolete, use TimeProvider instead.
Gets the ISystemClock.
protected:
property Microsoft::AspNetCore::Authentication::ISystemClock ^ Clock { Microsoft::AspNetCore::Authentication::ISystemClock ^ get(); };
protected Microsoft.AspNetCore.Authentication.ISystemClock Clock { get; }
[System.Obsolete("ISystemClock is obsolete, use TimeProvider instead.")]
protected Microsoft.AspNetCore.Authentication.ISystemClock Clock { get; }
member this.Clock : Microsoft.AspNetCore.Authentication.ISystemClock
[<System.Obsolete("ISystemClock is obsolete, use TimeProvider instead.")>]
member this.Clock : Microsoft.AspNetCore.Authentication.ISystemClock
Protected ReadOnly Property Clock As ISystemClock
Property Value
- Attributes