Delegate TimestampValidator.CertificateChainValidatorDelegate
- Namespace
- SimpleSign.Core.Validation
- Assembly
- SimpleSign.Core.dll
Delegate for certificate chain validation, allowing the caller to supply its own implementation.
public delegate bool TimestampValidator.CertificateChainValidatorDelegate(X509Certificate2? signerCert, IReadOnlyList<X509Certificate2> embeddedCerts, List<string> errors, List<string> warnings)
Parameters
signerCertX509Certificate2- Delegate for certificate chain validation, allowing the caller to supply its own implementation.
embeddedCertsIReadOnlyList<X509Certificate2>- Delegate for certificate chain validation, allowing the caller to supply its own implementation.
errorsList<string>- Delegate for certificate chain validation, allowing the caller to supply its own implementation.
warningsList<string>- Delegate for certificate chain validation, allowing the caller to supply its own implementation.
Returns
- bool
- Delegate for certificate chain validation, allowing the caller to supply its own implementation.