WindowsClientElement.AllowedImpersonationLevel Egenskap

Definition

Hämtar eller anger den tillåtna personifieringsnivån.

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

Egenskapsvärde

Ett giltigt TokenImpersonationLevel värde som anger den tillåtna personifieringsnivån. Standardvärdet är Identification.

Attribut

Kommentarer

Se TokenImpersonationLevel en beskrivning av uppräkningen.

Gäller för