AuthenticationHandler<TOptions>.Clock Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
ISystemClock is obsolete, use TimeProvider instead.
Ottiene l'oggetto 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
Valore della proprietà
- Attributi