JwtBearerChallengeContext.ErrorUri 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_uri » retournée à l’appelant dans le cadre de l’en-tête WWW-Authenticate. Cette propriété est toujours null, sauf si elle est définie explicitement.
public:
property System::String ^ ErrorUri { System::String ^ get(); void set(System::String ^ value); };
public string ErrorUri { get; set; }
public string? ErrorUri { get; set; }
member this.ErrorUri : string with get, set
Public Property ErrorUri As String