ComponentOne PDF for .NET
Handler Property

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > PdfSignature Class : Handler Property
Gets or sets the type of handler used to authenticate the current signature.
Syntax
'Declaration
 
Public Property Handler As SignatureHandler
public SignatureHandler Handler {get; set;}
Remarks
The default value is SignatureHandler.PPKMS, a fast handler based on a hash code of the file content.
See Also

Reference

PdfSignature Class
PdfSignature Members