Share via


WindowsClientElement.AllowedImpersonationLevel Vlastnost

Definice

Získá nebo nastaví povolenou úroveň zosobně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

Hodnota vlastnosti

Platná TokenImpersonationLevel hodnota, která určuje povolenou úroveň zosobnění. Výchozí formát je Identification.

Atributy

Poznámky

Projděte TokenImpersonationLevel si popis výčtu.

Platí pro