InvalidProofKeyFaultException Constructor (String, FaultReason)

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

Usage

    Dim soapNamespace As String
Dim reason As FaultReason

Dim instance As New InvalidProofKeyFaultException(soapNamespace, reason)

Syntax

'Declaration
Public Sub New ( _
    soapNamespace As String, _
    reason As FaultReason _
)
public InvalidProofKeyFaultException (
    string soapNamespace,
    FaultReason reason
)
public:
InvalidProofKeyFaultException (
    String^ soapNamespace, 
    FaultReason^ reason
)
public InvalidProofKeyFaultException (
    String soapNamespace, 
    FaultReason reason
)
public function InvalidProofKeyFaultException (
    soapNamespace : String, 
    reason : FaultReason
)

Parameters

  • soapNamespace
     
  • reason
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also

Reference

InvalidProofKeyFaultException Class
InvalidProofKeyFaultException Members
Microsoft.IdentityModel.Protocols.WSIdentity Namespace