Class EcdsaAlgorithmInfo
EcdsaAlgorithmInfo class
Represents a class for the information about the ECDSA signature algorithm.
public sealed class EcdsaAlgorithmInfo : KeyedSignatureAlgorithmInfo
Properties
| Name | Description |
|---|
| SignatureName { get; } | Gets the name of the signature field. |
Methods
| Name | Description |
|---|
| override ToString() | Converts the current information object to its string representation. |
Fields
| Name | Description |
|---|
| readonly AlgorithmType | Gets the type of the signature algorithm used for signing the PDF document. |
| readonly CryptographicStandard | Gets the cryptographic standard used for signing the PDF document. |
| readonly DigestHashAlgorithm | Gets the digest hash algorithm used for the signature. For a timestamp, this is the digest hash algorithm with which the hash of the document content is signed. |
| readonly EccName | Gets the name of the elliptic curve used by the ECDSA. |
| readonly KeySize | Gets the size of the cryptographic key used by the signature algorithm. |
See Also