AuthenticationOptions.SystemClock Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Nur zu Testzwecken.
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