Click or drag to resize

PdfCertificationValidateECDsa Method

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.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