CookieSignedInContext.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the extra data that was contained in the outgoing cookie.
public:
property Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ get(); };
public Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties Properties { get; }
member this.Properties : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
Public ReadOnly Property Properties As AuthenticationProperties