3 references to ImpersonationLevel
System.ServiceModel (3)
System\ServiceModel\Configuration\HttpDigestClientElement.cs (3)
22
[ConfigurationProperty(ConfigurationStrings.
ImpersonationLevel
, DefaultValue = WindowsClientCredential.DefaultImpersonationLevel)]
26
get { return (TokenImpersonationLevel)base[ConfigurationStrings.
ImpersonationLevel
]; }
27
set { base[ConfigurationStrings.
ImpersonationLevel
] = value; }