Discuss this help topic in SecureBlackbox Forum

TElPDFAdvancedPublicKeySecurityHandler.PAdESSignatureType

TElPDFAdvancedPublicKeySecurityHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies signature type.

Declaration

[C#]
    TSBPAdESSignatureType PAdESSignatureType;

[VB.NET]
    Property PAdESSignatureType As TSBPAdESSignatureType

[Pascal]
    property PAdESSignatureType : TSBPAdESSignatureType;

[C++]
    TSBPAdESSignatureType get_PAdESSignatureType();
    void set_PAdESSignatureType(TSBPAdESSignatureType Value);

[PHP]
    integer get_PAdESSignatureType()
    void set_PAdESSignatureType(integer $Value)

[Java]
    TSBPAdESSignatureType getPAdESSignatureType();
    void setPAdESSignatureType(TSBPAdESSignatureType Value);

Type values:

Description

    Use this property to specify PAdES signature type. The default value is pastEnhanced.

See also:     CMS     PAdESOptions    

Discuss this help topic in SecureBlackbox Forum