Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim endpointConfigurationName As String
Dim remoteAddress As EndpointAddress

Dim instance As New WSTrustChannelFactory(endpointConfigurationName, remoteAddress)

Syntax

Visual Basic
Public Sub New ( _
		endpointConfigurationName As String, _
		remoteAddress As EndpointAddress _
)
C#
public WSTrustChannelFactory (
		string endpointConfigurationName,
		EndpointAddress remoteAddress
)
C++
public:
WSTrustChannelFactory (
		String^ endpointConfigurationName, 
		EndpointAddress^ remoteAddress
)
J#
public WSTrustChannelFactory (
		String endpointConfigurationName, 
		EndpointAddress remoteAddress
)
JScript
public function WSTrustChannelFactory (
		endpointConfigurationName : String, 
		remoteAddress : EndpointAddress
)

Parameters

endpointConfigurationName
remoteAddress

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also