ExternalLoginInfo.AuthenticationProperties 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.
Oggetto AuthenticationProperties associato a questo account di accesso.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ AuthenticationProperties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public Microsoft.AspNetCore.Authentication.AuthenticationProperties? AuthenticationProperties { get; set; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties AuthenticationProperties { get; set; }
member this.AuthenticationProperties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public Property AuthenticationProperties As AuthenticationProperties