ExternalLoginInfo.AuthenticationProperties 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.
Die AuthenticationProperties , die diesem Anmeldenamen zugeordnet ist.
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