Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.DigestAlgorithm

TElPKCS7Signer     See also     


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


Identifies message-digest algorithm.

Declaration

[C#]
    byte[] DigestAlgorithm;

[VB.NET]
    Property DigestAlgorithm As Byte()

[Pascal]
    property DigestAlgorithm : ByteArray;

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

[PHP]
    string get_DigestAlgorithm()
    void set_DigestAlgorithm(array of byte|string|NULL $Value)

[Java]
    byte[] getDigestAlgorithm();
    void setDigestAlgorithm(byte[] V);

Parameters

  • V -

Description

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

See also:     DigestAlgorithmParams     DigestEncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum