WindowsClientElement.AllowedImpersonationLevel Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der zulässigen Identitätswechselebene.

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

Eigenschaftswert

Ein gültiger TokenImpersonationLevel Wert, der die zulässige Identitätswechselebene angibt. Der Standardwert lautet Identification.

Attribute

Hinweise

Eine Beschreibung der Aufzählung finden Sie TokenImpersonationLevel unter.

Gilt für: