Discuss this help topic in SecureBlackbox Forum
Specifies MGF algorithm.
Declaration
[C#/Java]
int MGFAlgorithm;
[VB.NET]
Property MGFAlgorithm As Integer
[Pascal]
property MGFAlgorithm : integer;
[C++]
int32_t get_MGFAlgorithm();
void set_MGFAlgorithm(int32_t Value);
[PHP]
integer get_MGFAlgorithm()
void set_MGFAlgorithm(integer $Value)
Possible values:
The following algorithms may be used as public key algorithms:
Description
Use this property to specify Mask Generation Function (MGF).
Discuss this help topic in SecureBlackbox Forum