2 writes to allowedImpersonationLevel
System.ServiceModel (2)
System\ServiceModel\Security\WindowsClientCredential.cs (2)
28
this.
allowedImpersonationLevel
= other.allowedImpersonationLevel;
48
this.
allowedImpersonationLevel
= value;
2 references to allowedImpersonationLevel
System.ServiceModel (2)
System\ServiceModel\Security\WindowsClientCredential.cs (2)
28
this.allowedImpersonationLevel = other.
allowedImpersonationLevel
;
37
return this.
allowedImpersonationLevel
;