SignOutResult.Properties プロパティ

定義

サインアウト操作の AuthenticationProperties 実行に使用する を取得または設定します。

public:
 property Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ get(); void set(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ value); };
public:
 property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties Properties { get; set; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; set; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties? Properties { get; set; }
member this.Properties : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties with get, set
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public Property Properties As AuthenticationProperties

プロパティ値

適用対象