PropertiesContext<TOptions>.Properties Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el 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