1 implementation of IWSTrustChannelContract
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
17
public class WSTrustChannel :
IWSTrustChannelContract
, IChannel, ICommunicationObject
5 references to IWSTrustChannelContract
System.ServiceModel.Federation (5)
System\ServiceModel\Federation\WSTrustChannelFactory.cs (5)
14
public class WSTrustChannelFactory : ChannelFactory<
IWSTrustChannelContract
>
41
/// Creates a <see cref="
IWSTrustChannelContract
" /> that is used to send an Issue request to a STS.
46
public override
IWSTrustChannelContract
CreateChannel(EndpointAddress endpointAddress, Uri via)
55
/// Creates a <see cref="
IWSTrustChannelContract
" /> that is used to send an Issue request to a STS.
58
public
IWSTrustChannelContract
CreateTrustChannel()