SecurityStampValidator<TUser>.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.
The ISystemClock.
public:
property Microsoft::AspNetCore::Authentication::ISystemClock ^ Clock { Microsoft::AspNetCore::Authentication::ISystemClock ^ get(); };
public Microsoft.AspNetCore.Authentication.ISystemClock Clock { get; }
[System.Obsolete("ISystemClock is obsolete, use TimeProvider instead.")]
public 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
Public ReadOnly Property Clock As ISystemClock
Property Value
- Attributes