Show / Hide Table of Contents

Class X509BypassValidator

Provides a certificate validator that bypasses validation.

Inheritance
System.Object
X509BypassValidator
Namespace: Algenta.Colectica.Repository.Client
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class X509BypassValidator : X509CertificateValidator

Methods

Validate(X509Certificate2)

When overridden in a derived class, validates the X.509 certificate.

Declaration
public override void Validate(X509Certificate2 certificate)
Parameters
Type Name Description
X509Certificate2 certificate

The System.Security.Cryptography.X509Certificates.X509Certificate2 that represents the X.509 certificate to validate.

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica