Discuss this help topic in SecureBlackbox Forum
Specifies the required digest algorithms.
Declaration
[C#]
int32[] RequiredDigestAlgorithms;
[VB.NET]
Property RequiredDigestAlgorithms As Integer()
[Pascal]
property RequiredDigestAlgorithms : IntegerArray;
[C++]
void get_RequiredDigestAlgorithms(std::vector<int32_t> &OutResult);
[PHP]
array of int32 get_RequiredDigestAlgorithms()
[Java]
int[] getRequiredDigestAlgorithms();
Values:
Description
Use this read-only property to get the list of the digest algorithms used for signature generation and validation.
Discuss this help topic in SecureBlackbox Forum