HttpDigestClientElement.ImpersonationLevel Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Identitätswechseleinstellung, die der Client für die Kommunikation mit dem Server verwendet.

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

Ein gültiger TokenImpersonationLevel Wert. Der Standardwert lautet Identification.

Attribute

Hinweise

Der vom Client ausgewählte Identitätswechselmodus wird auf dem Server nicht erzwungen.

Gilt für: