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