AuthenticationTicket.Properties プロパティ

定義

認証セッションの追加的な状態値。

public:
 property Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ get(); };
public:
 property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); };
public Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties Properties { get; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; }
member this.Properties : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public ReadOnly Property Properties As AuthenticationProperties

プロパティ値

適用対象