Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.SignatureType

TElPDFPublicKeySecurityHandler     


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


Contains signature type.

Declaration

[C#]
    TSBPDFPublicKeySignatureType SignatureType;

[VB.NET]
    Property SignatureType As TSBPDFPublicKeySignatureType

[Pascal]
    property SignatureType : TSBPDFPublicKeySignatureType;

[C++]
    TSBPDFPublicKeySignatureType get_SignatureType();
    void set_SignatureType(TSBPDFPublicKeySignatureType Value);

[PHP]
    integer get_SignatureType()
    void set_SignatureType(integer $Value)

[Java]
    TSBPDFPublicKeySignatureType getSignatureType();
    void setSignatureType(TSBPDFPublicKeySignatureType Value);

Values:

Description

    Use this property to specify signature type. This property has any sense only if the handler is used for signing.

     Note, pstX509RSASHA1 signature type cannot be used when the document should be signed with certificate stored in Win32 system certificate storage or in PKCS#11 certificate storage with non-exportable private key. In this case, the only signature type supported is pstPKCS7SHA1.

Discuss this help topic in SecureBlackbox Forum