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