Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.DigestEncryptionAlgorithmParams

TElPKCS7Signer     See also     


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


Identifies any parameters associated to digest-encryption algorithm.

Declaration

[C#]
    byte[] DigestEncryptionAlgorithmParams;

[VB.NET]
    Property DigestEncryptionAlgorithmParams As Byte()

[Pascal]
    property DigestEncryptionAlgorithmParams : ByteArray;

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

[PHP]
    string get_DigestEncryptionAlgorithmParams()
    void set_DigestEncryptionAlgorithmParams(array of byte|string|NULL $Value)

[Java]
    byte[] getDigestEncryptionAlgorithmParams();
    void setDigestEncryptionAlgorithmParams(byte[] V);

Parameters

  • V -

Description

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

See also:     DigestEncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum