CookieValidatePrincipalContext.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 meta-data arriving with the request ticket. May be altered.
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