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