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