WebRequest.ImpersonationLevel Propriedade

Definição

Obtém ou define o nível de representação para a solicitação atual.

public:
 property System::Security::Principal::TokenImpersonationLevel ImpersonationLevel { System::Security::Principal::TokenImpersonationLevel get(); void set(System::Security::Principal::TokenImpersonationLevel value); };
public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get; set; }
member this.ImpersonationLevel : System.Security.Principal.TokenImpersonationLevel with get, set
Public Property ImpersonationLevel As TokenImpersonationLevel

Valor da propriedade

Um valor TokenImpersonationLevel.

Comentários

O nível de representação determina como o servidor pode usar as credenciais do cliente.

Aplica-se a