1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
195
this.
parent
= parent;
6 references to parent
System.ServiceModel (6)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (6)
212
negotiateStream.AuthenticateAsServer(
parent
.ServerCredential,
parent
.ProtectionLevel,
226
remoteSecurity = CreateClientSecurity(negotiateStream,
parent
.ExtractGroupsForWindowsAccounts);
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);