Discuss this help topic in SecureBlackbox Forum

TElXMLDigestAlgAndValue.DigestValue

TElXMLDigestAlgAndValue     See also     


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


Specifies the digest value.

Declaration

[C#]
    byte[] DigestValue;

[VB.NET]
    Property DigestValue As Byte()

[Pascal]
    property DigestValue: ByteArray;

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

[PHP]
    string get_DigestValue()
    void set_DigestValue(array of byte|string|NULL $Value)

[Java]
    byte[] getDigestValue();
    void setDigestValue(byte[] Value);

Description

    Use this property to get or set the digest value.

See also:     DigestMethod    

Discuss this help topic in SecureBlackbox Forum