Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim binding As Binding
Dim remoteAddress As EndpointAddress
Dim instance As New WSTrustChannelFactory(binding, remoteAddress)
|
Syntax
Visual Basic |
Public Sub New ( _
binding As Binding, _
remoteAddress As EndpointAddress _
)
|
C# |
public WSTrustChannelFactory (
Binding binding,
EndpointAddress remoteAddress
)
|
C++ |
public:
WSTrustChannelFactory (
Binding^ binding,
EndpointAddress^ remoteAddress
)
|
J# |
public WSTrustChannelFactory (
Binding binding,
EndpointAddress remoteAddress
)
|
JScript |
public function WSTrustChannelFactory (
binding : Binding,
remoteAddress : EndpointAddress
)
|
Parameters
- binding
- remoteAddress
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also