2 writes to impersonationLevel
System.ServiceModel (2)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
641this.impersonationLevel = TokenImpersonationLevel.Identification; 668this.impersonationLevel = token.ImpersonationLevel;
2 references to impersonationLevel
System.ServiceModel (2)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
719impersonationLevel = thisPtr.impersonationLevel; 729impersonationLevel = thisPtr.impersonationLevel;