Gets the friendly name of the algorithm used in the certificate.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string AlgorithmName { get; }
VB
Public ReadOnly Property AlgorithmName As String
Get
Property Value
Type:
String
The friendly name of the algorithm used in the certificate.
See Also