JwtBearerChallengeContext.ErrorDescription 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.
Obtient ou définit la valeur « error_description » retournée à l’appelant dans le cadre de l’en-tête WWW-Authenticate. Cette propriété peut avoir la valeur Null quand IncludeErrorDetails a la valeur false
.
public:
property System::String ^ ErrorDescription { System::String ^ get(); void set(System::String ^ value); };
public string ErrorDescription { get; set; }
public string? ErrorDescription { get; set; }
member this.ErrorDescription : string with get, set
Public Property ErrorDescription As String