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