CPDFSignatureAlgorithmType Enumeration |
Represents types of signature algorithms used in PDF signatures.
Namespace:
ComPDFKit.DigitalSign
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public enum CPDFSignatureAlgorithmType
Members
| Member name | Value | Description |
---|
| CPDFSignatureAlgorithmTypeRSA_RSA | 0 |
RSA with RSA encryption.
|
| CPDFSignatureAlgorithmTypeMD2RSA | 1 |
MD2 with RSA encryption.
|
| CPDFSignatureAlgorithmTypeMD4RSA | 2 |
MD4 with RSA encryption.
|
| CPDFSignatureAlgorithmTypeMD5RSA | 3 |
MD5 with RSA encryption.
|
| CPDFSignatureAlgorithmTypeSHA1RSA | 4 |
SHA-1 with RSA encryption.
|
| CPDFSignatureAlgorithmTypeSHA256RSA | 5 |
SHA-256 with RSA encryption.
|
| CPDFSignatureAlgorithmTypeSM3SM2 | 6 |
SM3 with SM2 encryption.
|
See Also