3 references to BinaryNegotiation
System.ServiceModel (3)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
108
return new
BinaryNegotiation
(this.NegotiationValueType, outgoingBlob);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (2)
172
rstr.SetBinaryNegotiation(new
BinaryNegotiation
(NegotiationValueType, outgoingBlob));
242
_rst.SetBinaryNegotiation(new
BinaryNegotiation
(_sspiProvider.NegotiationValueType, outgoingBlob));