HttpAuthorization Classe
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.
Représente les informations d’authentification dans les valeurs d’en-tête Authorization, ProxyAuthorization, WWW-Authenticate et Proxy-Authenticate.
public class HttpAuthorization
type HttpAuthorization = class
Public Class HttpAuthorization
- Héritage
-
HttpAuthorization
Constructeurs
HttpAuthorization(String, String) |
Initialise une nouvelle instance de la classe HttpAuthorization. |
Propriétés
Parameter |
Obtient les informations d’identification contenant les informations d’authentification de l’agent utilisateur pour la ressource demandée. |
Scheme |
Obtient le schéma à utiliser pour l’autorisation. |
Méthodes
ToString() |
Retourne une chaîne qui représente l'objet HttpAuthorization actuel. |
S’applique à
Azure SDK for .NET