次の方法で共有


ExternalLoginInfo.AuthenticationProperties プロパティ

定義

AuthenticationPropertiesこのログインに関連付けられている 。

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

プロパティ値

適用対象