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