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