Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestEncryptionData.Checksum

TElOpenOfficeXMLManifestEncryptionData     See also     


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


Contains the digest value.

Declaration

[C#]
    byte[] Checksum;

[VB.NET]
    Property Checksum As Byte()

[Pascal]
    property Checksum : ByteArray;

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

[PHP]
    string get_Checksum()
    void set_Checksum(array of byte|string|NULL $Value)

[Java]
    byte[] getChecksum();
    void setChecksum(byte[] Value);

Description

    Use this property to get or set the value of the digest in Base64 encoding that can be used to check the correctness of the password. The digest algorithm that can be used to check the password correctness is specified by ChecksumType.

See also:     ChecksumType    

Discuss this help topic in SecureBlackbox Forum