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