VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfPkcsSignatureFormat Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfPkcsSignatureFormat Enumeration
    In This Topic
    Specifies available PDF PKCS signature formats.
    Syntax
    'Declaration
    
    Public Enum PdfPkcsSignatureFormat
       Inherits System.Enum
    
    
    public enum PdfPkcsSignatureFormat : System.Enum
    
    
    __value public enum PdfPkcsSignatureFormat : public System.Enum
    
    
    public enum class PdfPkcsSignatureFormat : public System.Enum
    
    
    Members
    MemberDescription
    CMSCMS - Cryptographic Message Syntax.
    CAdESCAdES - CMS Advanced Electronic Signatures.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.DigitalSignatures.PdfPkcsSignatureFormat

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also