1 write to initiator
System.ServiceModel (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
504this.initiator = initiator;
6 references to initiator
System.ServiceModel (6)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (6)
510this.initiator.InitiateUpgradePrepare(stream, out this.negotiateStream, out targetName, 513return this.negotiateStream.BeginAuthenticateAsClient(this.initiator.credential, targetName, 514this.initiator.parent.ProtectionLevel, this.initiator.impersonationLevel, callback, this); 526this.initiator.ValidateMutualAuth(this.expectedIdentity, this.negotiateStream, 527remoteSecurity, this.initiator.allowNtlm);