Język

HttpDigestClientElement.ImpersonationLevel Właściwość

Definicja

Pobiera lub ustawia preferencję personifikacji używaną przez klienta do komunikowania się z serwerem.

public:
 property System::Security::Principal::TokenImpersonationLevel ImpersonationLevel { System::Security::Principal::TokenImpersonationLevel get(); void set(System::Security::Principal::TokenImpersonationLevel value); };
[System.Configuration.ConfigurationProperty("impersonationLevel", DefaultValue=System.Security.Principal.TokenImpersonationLevel.Identification)]
public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get; set; }
[<System.Configuration.ConfigurationProperty("impersonationLevel", DefaultValue=System.Security.Principal.TokenImpersonationLevel.Identification)>]
member this.ImpersonationLevel : System.Security.Principal.TokenImpersonationLevel with get, set
Public Property ImpersonationLevel As TokenImpersonationLevel

Wartość właściwości

Prawidłowa TokenImpersonationLevel wartość. Wartość domyślna to Identification.

Atrybuty

Uwagi

Tryb personifikacji wybrany przez klienta nie jest wymuszany na serwerze.

Dotyczy