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

属性值

适用于