Discuss this help topic in SecureBlackbox Forum

TElPKCS11NSSParams.Save

TElPKCS11NSSParams     See also     


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


Saves NSS params to memory buffer.

Declaration

[C#]
    byte[] Save();

[VB.NET]
    Function Save() As Byte()

[Pascal]
    function Save() : ByteArray;

[C++]
    void Save(std::vector<uint8_t> &OutResult);

[PHP]
    string Save()

[Java]
    byte[] save();

Return value

    Buffer with NSS params.

Description

    Use this function to save NSS params to memory buffer.

See also:     Load    

Discuss this help topic in SecureBlackbox Forum