Interface ICertificateValidator
The certificate validator validates X.509 certificates.
Namespace: ComponentSpace.OpenID.Certificates
Assembly: ComponentSpace.OpenID.dll
Syntax
public interface ICertificateValidator
Methods
Validate(X509Certificate2)
Validates the X.509 certificate.
Declaration
bool Validate(X509Certificate2 x509Certificate)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Security.Cryptography.X509Certificates.X509Certificate2 | x509Certificate | The X.509 certificate. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|