SignatureAlgorithmInfo

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

NameTypeAccessDescription
SignatureNamestringReadPartial name (leaf) of the signature field.

Methods

SignatureDescription
SignatureAlgorithmInfo(signatureName: string)Calls SignatureAlgorithmInfo on this SignatureAlgorithmInfo instance.
ToString()Calls ToString on this SignatureAlgorithmInfo instance.

See Also