Property Algorithm
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Algorithm
Gets the ASN.1 Object Identifier (OID) of the algorithm used in the certificate.
public string Algorithm { get; }
Property Value
- string
The ASN.1 Object Identifier (OID) of the algorithm used in the certificate.
Remarks
The Verify PDF signature in C# and VB.NET article shows how to access and verify digital signatures in PDF documents.