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