WindowsClientElement::AllowedImpersonationLevel Property
.NET Framework (current version)
Gets or sets the permissible impersonation level.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("allowedImpersonationLevel", DefaultValue = TokenImpersonationLevel::Identification)] property TokenImpersonationLevel AllowedImpersonationLevel { TokenImpersonationLevel get(); void set(TokenImpersonationLevel value); }
Property Value
Type: System.Security.Principal::TokenImpersonationLevelA valid TokenImpersonationLevel value that specifies the permissible impersonation level. The default is Identification.
See TokenImpersonationLevel for a description of the enumeration.
.NET Framework
Available since 3.0
Available since 3.0
Show: