Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.DigestEncryptionAlgorithm

TElPKCS7Signer     See also     


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


Identifies digest-encryption algorithm.

Declaration

[C#]
    byte[] DigestEncryptionAlgorithm;

[VB.NET]
    Property DigestEncryptionAlgorithm As Byte()

[Pascal]
    property DigestEncryptionAlgorithm : ByteArray;

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

[PHP]
    string get_DigestEncryptionAlgorithm()
    void set_DigestEncryptionAlgorithm(array of byte|string|NULL $Value)

[Java]
    byte[] getDigestEncryptionAlgorithm();
    void setDigestEncryptionAlgorithm(byte[] V);

Parameters

  • V -

Description

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

See also:     DigestAlgorithm     DigestEncryptionAlgorithmParams    

Discuss this help topic in SecureBlackbox Forum