Discuss this help topic in SecureBlackbox Forum
Specifies the digest algorithm name.
Declaration
[C#]
string ChecksumType;
[VB.NET]
Property ChecksumType As String
[Pascal]
property ChecksumType : WideString;
[C++]
void get_ChecksumType(sb_u16string &OutResult);
void get_ChecksumType(std::wstring &OutResult);
void set_ChecksumType(const sb_u16string &Value);
void set_ChecksumType(const std::wstring &Value);
[PHP]
string get_ChecksumType()
void set_ChecksumType(string $Value)
[Java]
String getChecksumType();
void setChecksumType(String Value);
Description
Use this property to specify the name of the digest algorithm that can be used to check the password correctness.
According to the OASIS Open Office Specification, currently, the only supported digest algorithm is SHA1.
Discuss this help topic in SecureBlackbox Forum