3 references to AllowedImpersonationLevel
System.ServiceModel (3)
System\ServiceModel\Configuration\WindowsClientElement.cs (3)
29
[ConfigurationProperty(ConfigurationStrings.
AllowedImpersonationLevel
, DefaultValue = WindowsClientCredential.DefaultImpersonationLevel)]
33
get { return (TokenImpersonationLevel)base[ConfigurationStrings.
AllowedImpersonationLevel
]; }
34
set { base[ConfigurationStrings.
AllowedImpersonationLevel
] = value; }