ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSignature Class / Handler Property

In This Topic
    Handler Property (PdfSignature)
    In This Topic
    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