共用方式為


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

屬性值

適用於