Table of Contents

Property AlgorithmName

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

AlgorithmName

Gets the friendly name of the algorithm used in the certificate.

public string AlgorithmName { get; }

Property Value

string

The friendly name of the algorithm used in the certificate.

Remarks

Read the Verify PDF signature in C# and VB.NET article for examples of using this property.