Udostępnij za pośrednictwem


WindowsClientElement.AllowedImpersonationLevel Właściwość

Definicja

Pobiera lub ustawia dozwolony poziom personifikacji.

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

Wartość właściwości

Prawidłowa TokenImpersonationLevel wartość określająca dozwolony poziom personifikacji. Wartość domyślna to Identification.

Atrybuty

Uwagi

Zobacz TokenImpersonationLevel opis wyliczenia.

Dotyczy