Click or drag to resize

CPDFSignatureAlgorithmType Enumeration

Represents types of signature algorithms used in PDF signatures.

Namespace:  ComPDFKit.DigitalSign
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public enum CPDFSignatureAlgorithmType
Members
  Member nameValueDescription
CPDFSignatureAlgorithmTypeRSA_RSA0 RSA with RSA encryption.
CPDFSignatureAlgorithmTypeMD2RSA1 MD2 with RSA encryption.
CPDFSignatureAlgorithmTypeMD4RSA2 MD4 with RSA encryption.
CPDFSignatureAlgorithmTypeMD5RSA3 MD5 with RSA encryption.
CPDFSignatureAlgorithmTypeSHA1RSA4 SHA-1 with RSA encryption.
CPDFSignatureAlgorithmTypeSHA256RSA5 SHA-256 with RSA encryption.
CPDFSignatureAlgorithmTypeSM3SM26 SM3 with SM2 encryption.
See Also