Click or drag to resize

PdfCertificationValidateECDsa Method

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public static void ValidateECDsa(
	X509Certificate2 cert,
	byte[] hash,
	byte[] whatToValidate
)

Parameters

cert
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
hash
Type: SystemByte
whatToValidate
Type: SystemByte
See Also