Share via


WindowsClientElement.AllowedImpersonationLevel Eigenschaft

Definition

Ruft die zulässige Identitätswechselebene ab oder legt sie fest.

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 ist Identification.

Attribute

Hinweise

Siehe TokenImpersonationLevel, um eine Beschreibung der Aufzählung zu erhalten.

Gilt für: