4 references to DefaultImpersonationLevel
System.ServiceModel (4)
System\ServiceModel\Configuration\HttpDigestClientElement.cs (1)
22
[ConfigurationProperty(ConfigurationStrings.ImpersonationLevel, DefaultValue = WindowsClientCredential.
DefaultImpersonationLevel
)]
System\ServiceModel\Configuration\WindowsClientElement.cs (1)
29
[ConfigurationProperty(ConfigurationStrings.AllowedImpersonationLevel, DefaultValue = WindowsClientCredential.
DefaultImpersonationLevel
)]
System\ServiceModel\Security\HttpDigestClientCredential.cs (1)
13
TokenImpersonationLevel allowedImpersonationLevel = WindowsClientCredential.
DefaultImpersonationLevel
;
System\ServiceModel\Security\WindowsClientCredential.cs (1)
15
TokenImpersonationLevel allowedImpersonationLevel =
DefaultImpersonationLevel
;