Class SamlSignatureException
- Namespace
- ComponentSpace.Saml2.Exceptions
- Assembly
- ComponentSpace.Saml2.dll
The exception that is thrown when a SAML signature generation or verification fails.
public class SamlSignatureException : SamlException, ISerializable
- Inheritance
-
SamlSignatureException
- Implements
- Inherited Members
Constructors
SamlSignatureException(string)
Initializes a new instance of the SamlSignatureException class.
public SamlSignatureException(string message)
Parameters
messagestringThe error message.
SamlSignatureException(string, Exception)
Initializes a new instance of the SamlSignatureException class.
public SamlSignatureException(string message, Exception innerException)