FailedAuthenticationFaultException Constructor (String, String)
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim soapNamespace As String
Dim trustNamespace As String
Dim instance As New FailedAuthenticationFaultException(soapNamespace, trustNamespace)
Syntax
'Declaration
Public Sub New ( _
soapNamespace As String, _
trustNamespace As String _
)
public FailedAuthenticationFaultException (
string soapNamespace,
string trustNamespace
)
public:
FailedAuthenticationFaultException (
String^ soapNamespace,
String^ trustNamespace
)
public FailedAuthenticationFaultException (
String soapNamespace,
String trustNamespace
)
public function FailedAuthenticationFaultException (
soapNamespace : String,
trustNamespace : String
)
Parameters
- soapNamespace
- trustNamespace
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
FailedAuthenticationFaultException Class
FailedAuthenticationFaultException Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace