Pkcs #1 signature handler.

Namespace: TallComponents.PDF.DigitalSignatures
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public sealed class Pkcs1SignatureHandler : StandardSignatureHandler
Visual Basic
Public NotInheritable Class Pkcs1SignatureHandler _
	Inherits StandardSignatureHandler

Remarks

Pkcs #1 signatures are used with self-signed certificates.

Inheritance Hierarchy

See Also