2 writes to allowedImpersonationLevel
System.ServiceModel (2)
System\ServiceModel\Security\HttpDigestClientCredential.cs (2)
24this.allowedImpersonationLevel = other.allowedImpersonationLevel; 38this.allowedImpersonationLevel = value;
2 references to allowedImpersonationLevel
System.ServiceModel (2)
System\ServiceModel\Security\HttpDigestClientCredential.cs (2)
24this.allowedImpersonationLevel = other.allowedImpersonationLevel; 33return this.allowedImpersonationLevel;