Share via


HttpDigestClientElement.ImpersonationLevel Eigenschaft

Definition

Ruft die Identitätswechseleinstellungen ab, die der Client verwendet, um mit dem Server zu kommunizieren, oder legt sie fest.

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

Eigenschaftswert

TokenImpersonationLevel

Ein gültiger TokenImpersonationLevel-Wert. Der Standardwert ist Identification.

Attribute

Hinweise

Der Identitätswechselmodus, den der Client auswählt, wird nicht auf dem Server durchgesetzt.

Gilt für