Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.PEMEncode

TElDSAKeyMaterial     See also     


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


Specifies if the key is stored in PEM format.

Declaration

[C#]
    bool PEMEncode;

[VB.NET]
    Property PEMEncode As Boolean

[Pascal]
    property PEMEncode : boolean;

[C++]
    bool get_PEMEncode();
    void set_PEMEncode(bool Value);

[PHP]
    bool get_PEMEncode()
    void set_PEMEncode(bool $Value)

[Java]
    boolean getPEMEncode();
    void setPEMEncode(boolean Value);

Description

    If this property value is True the key is stored in PEM format.

See also:     Passphrase    

Discuss this help topic in SecureBlackbox Forum