Discuss this help topic in SecureBlackbox Forum

TElCMSHash.HashAlgorithmParams

TElCMSHash     See also     


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


This property contains possible hash algorithm parameters (if they are required by the algorithm).

Declaration

[C#]
    byte[] HashAlgorithmParams;

[VB.NET]
    Property HashAlgorithmParams As Byte()

[Pascal]
    property HashAlgorithmParams : ByteArray;

[C++]
    void get_HashAlgorithmParams(std::vector<uint8_t> &OutResult);
    void set_HashAlgorithmParams(const std::vector<uint8_t> &Value);

[PHP]
    string get_HashAlgorithmParams()
    void set_HashAlgorithmParams(array of byte|string|NULL $Value)

[Java]
    byte[] getHashAlgorithmParams();
    void setHashAlgorithmParams(byte[] V);

Parameters

  • V -

Description

    Use this property to specify hash algorithm parameters which may be required by the algorithm.

See also:     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum