Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.DigestAlgorithmParams

TElPKCS7Signer     See also     


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


Identifies any parameters associated to message-digest algorithm.

Declaration

[C#]
    byte[] DigestAlgorithmParams;

[VB.NET]
    Property DigestAlgorithmParams As Byte()

[Pascal]
    property DigestAlgorithmParams : ByteArray;

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

[PHP]
    string get_DigestAlgorithmParams()
    void set_DigestAlgorithmParams(array of byte|string|NULL $Value)

[Java]
    byte[] getDigestAlgorithmParams();
    void setDigestAlgorithmParams(byte[] V);

Parameters

  • V -

Description

    Use this property to get or set any parameters associated to message-digest algorithm.

See also:     DigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum