PropertiesContext<TOptions>.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.
Gets or sets the AuthenticationProperties.
public: virtual property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { public:
Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); protected:
void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; protected set; }
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public Overridable Property Properties As AuthenticationProperties