JwtBearerOptions.SystemClock 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.
For testing purposes only.
public:
property Microsoft::AspNetCore::Authentication::ISystemClock ^ SystemClock { Microsoft::AspNetCore::Authentication::ISystemClock ^ get(); void set(Microsoft::AspNetCore::Authentication::ISystemClock ^ value); };
public Microsoft.AspNetCore.Authentication.ISystemClock SystemClock { get; set; }
member this.SystemClock : Microsoft.AspNetCore.Authentication.ISystemClock with get, set
Public Property SystemClock As ISystemClock