Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As WSTrustChannelFactory |
Syntax
Visual Basic |
---|
<ComVisibleAttribute(False)> _ Public Class WSTrustChannelFactory Inherits ChannelFactory(Of IWSTrustChannelContract) |
C# |
---|
[ComVisibleAttribute(false)] public class WSTrustChannelFactory : ChannelFactory<IWSTrustChannelContract> |
C++ |
---|
[ComVisibleAttribute(false)] public ref class WSTrustChannelFactory : public ChannelFactory<IWSTrustChannelContract^> |
J# |
---|
/** @attribute ComVisibleAttribute(false) */ public class WSTrustChannelFactory extends ChannelFactory<IWSTrustChannelContract> |
JScript |
---|
ComVisibleAttribute(false) public class WSTrustChannelFactory extends ChannelFactory<IWSTrustChannelContract> |
Inheritance Hierarchy
System.Object
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.ChannelFactory
System.ServiceModel.ChannelFactory
Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannelFactory
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.ChannelFactory
System.ServiceModel.ChannelFactory
Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannelFactory
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.