Table of Contents

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

signerCert X509Certificate2
Delegate for certificate chain validation, allowing the caller to supply its own implementation.
embeddedCerts IReadOnlyList<X509Certificate2>
Delegate for certificate chain validation, allowing the caller to supply its own implementation.
errors List<string>
Delegate for certificate chain validation, allowing the caller to supply its own implementation.
warnings List<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.