2 overrides of NegotiationValueType
System.ServiceModel (2)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
78public override XmlDictionaryString NegotiationValueType
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
83public override XmlDictionaryString NegotiationValueType
2 references to NegotiationValueType
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
103incomingNego.Validate(this.NegotiationValueType); 108return new BinaryNegotiation(this.NegotiationValueType, outgoingBlob);