PdfSignatureCertificate.Algorithm Property

Gets the ASN.1 Object Identifier (OID) of the algorithm used in the certificate.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Algorithm { get; }
VB
Public ReadOnly Property Algorithm As String
	Get

Property Value

Type: String
The ASN.1 Object Identifier (OID) of the algorithm used in the certificate.

See Also