2 writes to impersonationLevel
System.ServiceModel (2)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (2)
73this.impersonationLevel = TokenImpersonationLevel.Delegation; 78this.impersonationLevel = impersonationLevel;
3 references to impersonationLevel
System.ServiceModel (3)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (3)
336if (this.impersonationLevel == TokenImpersonationLevel.Delegation) 340else if (this.isServer == false && this.impersonationLevel == TokenImpersonationLevel.Identification) 344else if (this.isServer == false && this.impersonationLevel == TokenImpersonationLevel.Anonymous)