Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.Exportable

TElPGPSignature     


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


Denotes whether a certification signature is "exportable".

Declaration

[C#]
    bool Exportable;

[VB.NET]
    Property Exportable As Boolean

[Pascal]
    property Exportable : boolean;

[C++]
    bool get_Exportable();
    void set_Exportable(bool Value);

[PHP]
    bool get_Exportable()
    void set_Exportable(bool $Value)

[Java]
    boolean getExportable();
    void setExportable(boolean Value);

Description

    Use this property to specify whether a certification signature is "exportable", i.e., it can be used by entities other than the signature's issuer.
    The default value is True.
    this property is mapped to TElPGPExportableCertificationSignatureSubpacket for version 4 signatures.

Discuss this help topic in SecureBlackbox Forum