Class SAMLSignatureException
The exception that is thrown when a SAML signature generation or verification fails.
Inherited Members
Namespace: ComponentSpace.SAML2.Exceptions
Assembly: ComponentSpace.Saml2.dll
Syntax
[Serializable]
public class SAMLSignatureException : SAMLException, ISerializable, _Exception
Constructors
SAMLSignatureException(SerializationInfo, StreamingContext)
Initializes a new instance of the SAMLSignatureException
class.
Declaration
public SAMLSignatureException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The object that holds the serialized object data. |
StreamingContext | context | The contextual information about the source or destination. |
SAMLSignatureException(string)
Initializes a new instance of the SAMLSignatureException
class.
Declaration
public SAMLSignatureException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
SAMLSignatureException(string, Exception)
Initializes a new instance of the SAMLSignatureException
class.
Declaration
public SAMLSignatureException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message. |
Exception | innerException | The inner exception. |