WSTrustChannelFactory Constructor (String)
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim endpointConfigurationName As String
Dim instance As New WSTrustChannelFactory(endpointConfigurationName)
Syntax
'Declaration
Public Sub New ( _
endpointConfigurationName As String _
)
public WSTrustChannelFactory (
string endpointConfigurationName
)
public:
WSTrustChannelFactory (
String^ endpointConfigurationName
)
public WSTrustChannelFactory (
String endpointConfigurationName
)
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
Reference
WSTrustChannelFactory Class
WSTrustChannelFactory Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace