AuthenticateResult.Properties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Valeurs d'état supplémentaires pour la session d'authentification.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); };
public: property Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ Properties { public:
Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ get(); protected:
void set(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ value); };
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get; protected set; }
public Microsoft.AspNetCore.Authentication.AuthenticationProperties? Properties { get; protected set; }
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties
member this.Properties : Microsoft.AspNetCore.Authentication.AuthenticationProperties with get, set
Public ReadOnly Property Properties As AuthenticationProperties
Public Property Properties As AuthenticationProperties