Discuss this help topic in SecureBlackbox Forum

TElPGPEnvelopingStream.UseOnePassSignatures

TElPGPEnvelopingStream     See also     


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


Specifies if signature of the new format will be used.

Declaration

[C#]
    bool UseOnePassSignatures;

[VB.NET]
    Property UseOnePassSignatures As Boolean

[Pascal]
    property UseOnePassSignatures: boolean;

[C++]
    bool get_UseOnePassSignatures();
    void set_UseOnePassSignatures(bool Value);

[PHP]
    bool get_UseOnePassSignatures()
    void set_UseOnePassSignatures(bool $Value)

[Java]
    boolean getUseOnePassSignatures();
    void setUseOnePassSignatures(boolean Value);

Description

    If the property value is True, then the signature of new format (one-pass) will be used. If the value False, the signature of old format will be used.
    Default value is False.

See also:     Signatures     SignatureCount     AddSignature     ClearSignatures     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum