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