CookieSigningInContext.Properties プロパティ

定義

送信 Cookie に格納される前の追加データを格納します。 SigningIn 呼び出し中に置換または変更される場合があります。

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

プロパティ値

適用対象