Show / Hide Table of Contents

Class InvalidCertificateException

The exception that is thrown when a SAML X.509 certificate validation error occurs.

Inheritance
System.Object
OpenIDException
CertificateException
InvalidCertificateException
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class InvalidCertificateException : CertificateException

Constructors

InvalidCertificateException()

Initializes a new instance of the InvalidCertificateException class.

Declaration
public InvalidCertificateException()

InvalidCertificateException(String)

Initializes a new instance of the InvalidCertificateException class.

Declaration
public InvalidCertificateException(string message)
Parameters
Type Name Description
System.String message

The error message.

InvalidCertificateException(String, Exception)

Initializes a new instance of the InvalidCertificateException class.

Declaration
public InvalidCertificateException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message.

Exception innerException

The inner exception.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.