IdentityOptions.Tokens 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.
Ottiene o imposta l'oggetto TokenOptions per il sistema di identità.
public:
property Microsoft::AspNetCore::Identity::TokenOptions ^ Tokens { Microsoft::AspNetCore::Identity::TokenOptions ^ get(); void set(Microsoft::AspNetCore::Identity::TokenOptions ^ value); };
public Microsoft.AspNetCore.Identity.TokenOptions Tokens { get; set; }
member this.Tokens : Microsoft.AspNetCore.Identity.TokenOptions with get, set
Public Property Tokens As TokenOptions
Valore della proprietà
Oggetto TokenOptions per il sistema di identità.