C# Class Samples.Server.customClientCertificateValiator

Inheritance: System.IdentityModel.Selectors.X509CertificateValidator
显示文件 Open project: dealproc/Drey

Public Methods

Method Description
Validate ( X509Certificate2 certificate ) : void

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

Method Details

Validate() public method

When overridden in a derived class, validates the X.509 certificate.
Thrown when the provided certificate is invalid or otherwise cannot be found in the certificate thumbprint store.
public Validate ( X509Certificate2 certificate ) : void
certificate System.Security.Cryptography.X509Certificates.X509Certificate2 The that represents the X.509 certificate to validate.
return void