ComponentOne PDF for .NET
C1.Pdf Namespace / SignatureHandler Enumeration

In This Topic
    SignatureHandler Enumeration
    In This Topic
    Specifies the type of signature handler used to authenticate digital signatures (see PdfSignature.Handler).
    Syntax
    'Declaration
     
    
    Public Enum SignatureHandler 
       Inherits System.Enum
    public enum SignatureHandler : System.Enum 
    Members
    MemberDescription
    PPKLiteAuthenticates using the actual file data (slower but more secure).
    PPKMSAuthenticates using hash code instead of the actual file data (faster).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Pdf.SignatureHandler

    See Also