WindowsClientElement::AllowedImpersonationLevel Property

 

Gets or sets the permissible impersonation level.

Namespace:   System.ServiceModel.Configuration
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::TokenImpersonationLevel

A 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
Return to top
Show: