1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
280this.acceptor = acceptor;
4 references to acceptor
System.ServiceModel (4)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (4)
286return this.negotiateStream.BeginAuthenticateAsServer(this.acceptor.parent.ServerCredential, 287this.acceptor.parent.ProtectionLevel, TokenImpersonationLevel.Identification, callback, this); 298return this.acceptor.CreateClientSecurity(this.negotiateStream, this.acceptor.parent.ExtractGroupsForWindowsAccounts);