PdfCertificationValidateECDsa Method |
Namespace:
Atalasoft.PdfDoc.DigitalSignatures
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static void ValidateECDsa(
X509Certificate2 cert,
byte[] hash,
byte[] whatToValidate
)
Public Shared Sub ValidateECDsa (
cert As X509Certificate2,
hash As Byte(),
whatToValidate As Byte()
)
Parameters
- cert
- Type: System.Security.Cryptography.X509CertificatesX509Certificate2
- hash
- Type: SystemByte
- whatToValidate
- Type: SystemByte
See Also