System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (4)
212negotiateStream.AuthenticateAsServer(parent.ServerCredential, parent.ProtectionLevel,
287this.acceptor.parent.ProtectionLevel, TokenImpersonationLevel.Identification, callback, this);
431negotiateStream.AuthenticateAsClient(credential, targetName, parent.ProtectionLevel, impersonationLevel);
514this.initiator.parent.ProtectionLevel, this.initiator.impersonationLevel, callback, this);