OpenIdConnectOptions.SystemClock Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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