Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.Detached

TElPDFPublicKeySecurityHandler     See also     


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


This property is used to specify the subfilter that will be used for document signing using pstPKCS7SHA1 signature type.

Declaration

[C#]
    bool Detached;

[VB.NET]
    Property Detached As Boolean

[Pascal]
    property Detached : boolean;

[C++]
    bool get_Detached();
    void set_Detached(bool Value);

[PHP]
    bool get_Detached()
    void set_Detached(bool $Value)

[Java]
    boolean getDetached();
    void setDetached(boolean Value);

Description

    If this property is set to True, adbe.pkcs7.detached subfilter will be used when signing a document. Otherwise, adbe.pkcs7.sha1 subfilter will be used.
    Use of this property makes sense only for pstPKCS7SHA1 signature type and is ignored if pstX509RSASHA1 type is used.

See also:     SignatureType    

Discuss this help topic in SecureBlackbox Forum