Show / Hide Table of Contents

Interface ICertificateValidator

The certificate validator validates X.509 certificates.

Namespace: ComponentSpace.SAML2.Certificates
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ICertificateValidator

Properties

CertificateValidationOptions

Gets or sets the certificate validation options.

Declaration
CertificateValidationOptions CertificateValidationOptions { get; set; }
Property Value
Type Description
CertificateValidationOptions

The certificate validation options.

Methods

Validate(X509Certificate2)

Validates the X.509 certificate.

Declaration
bool Validate(X509Certificate2 x509Certificate)
Parameters
Type Name Description
X509Certificate2 x509Certificate

The X.509 certificate.

Returns
Type Description
bool

true if the certificate is valid; otherwise false.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.