JwtBearerChallengeContext.Error 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 » 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 ^ Error { System::String ^ get(); void set(System::String ^ value); };
public string Error { get; set; }
public string? Error { get; set; }
member this.Error : string with get, set
Public Property Error As String