VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfPkcsSignatureCreationParams Class / SignatureFormat Property
Syntax Requirements SeeAlso
In This Topic
    SignatureFormat Property (PdfPkcsSignatureCreationParams)
    In This Topic
    Gets or sets the signature format that is used to create the signature.
    Syntax
    'Declaration
    
    Public Property SignatureFormat As PdfPkcsSignatureFormat
    
    
    public PdfPkcsSignatureFormat SignatureFormat { get; set; }
    
    
    public: __property PdfPkcsSignatureFormat get_SignatureFormat();
    public: __property void set_SignatureFormat(
    PdfPkcsSignatureFormat value
    );
    public:
    property PdfPkcsSignatureFormat SignatureFormat { PdfPkcsSignatureFormat get(); void set(PdfPkcsSignatureFormat value); }

    Property Value

    Default value is PdfPkcsSignatureFormat.CMS.
    Requirements

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

    See Also