SignatureAlgorithmInfo
Overview
SignatureAlgorithmInfo is a class in Aspose.PDF FOSS for .NET.
Algorithm + digest + envelope-standard triple extracted from a PDF signature value.
This class provides 2 methods for working with SignatureAlgorithmInfo objects in .NET programs.
Available methods include: SignatureAlgorithmInfo, ToString.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: SignatureName.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SignatureName | string | Read | Partial name (leaf) of the signature field. |
Methods
| Signature | Description |
|---|---|
SignatureAlgorithmInfo(signatureName: string) | Calls SignatureAlgorithmInfo on this SignatureAlgorithmInfo instance. |
ToString() | Calls ToString on this SignatureAlgorithmInfo instance. |