Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.WriteParameters

TElAlgorithmIdentifier     See also     


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


Writes algorithm parameters to buffer.

Declaration

[C#]
    byte[] WriteParameters();

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

[Pascal]
    function WriteParameters : ByteArray; virtual;

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

[PHP]
    string WriteParameters()

[Java]
    byte[] writeParameters();

Return value

    Returns a memory buffer with algorithm parameters.

Description

    Use this method to write algorithm parameters to a memory buffer. Note, this method saves algorithm parameters only. To save all algorithm data, use SaveToBuffer.

See also:     SaveToBuffer     SaveToTag    

Discuss this help topic in SecureBlackbox Forum