Discuss this help topic in SecureBlackbox Forum

TElPEMProcessor.Header

TElPEMProcessor     See also     


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


Specifies the header line that is stored along with PEM-encoded data.

Declaration

[C#]
    string Header;

[VB.NET]
    Property Header As String

[Pascal]
    property Header : string;

[C++]
    void get_Header(std::string &OutResult);
    void set_Header(const std::string &Value);

[PHP]
    string get_Header()
    void set_Header(string $Value)

[Java]
    String getHeader();
    void setHeader(String Value);

Description

    Use this property to specify the header line that is stored along with PEM-encoded data. Set this property before calling PEMEncode, or read it after PEMDecode has finished its work.

See also:     PEMEncode     PEMDecode     Passphrase    

Discuss this help topic in SecureBlackbox Forum