1 override of GetOutgoingBinaryNegotiation
System.ServiceModel (1)
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
193protected override BinaryNegotiation GetOutgoingBinaryNegotiation(ISspiNegotiation sspiNegotiation, byte[] outgoingBlob)
2 references to GetOutgoingBinaryNegotiation
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
271outgoingBinaryNegotiation = GetOutgoingBinaryNegotiation(sspiNegotiation, outgoingBlob);
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
205return base.GetOutgoingBinaryNegotiation(sspiNegotiation, outgoingBlob);