9 references to BinaryNegotiation
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (3)
24private BinaryNegotiation _negotiationData; 398internal void SetBinaryNegotiation(BinaryNegotiation negotiation) 407internal BinaryNegotiation GetBinaryNegotiation()
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustDriver.cs (2)
126public abstract BinaryNegotiation GetBinaryNegotiation(RequestSecurityToken rst); 129public abstract BinaryNegotiation GetBinaryNegotiation(RequestSecurityTokenResponse rstr);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (4)
369public override BinaryNegotiation GetBinaryNegotiation(RequestSecurityTokenResponse rstr) 377public override BinaryNegotiation GetBinaryNegotiation(RequestSecurityToken rst) 385private BinaryNegotiation GetBinaryNegotiation(XmlElement rootElement) 524public static BinaryNegotiation ReadBinaryNegotiation(XmlElement elem)