Udostępnij za pośrednictwem


HttpDigestClientElement.ImpersonationLevel Właściwość

Definicja

Pobiera lub ustawia preferencje personifikacji, których klient używa 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

TokenImpersonationLevel

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

Atrybuty

Uwagi

Tryb personifikacji wybierany przez klienta nie jest wymuszany na serwerze.

Dotyczy