Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.MGFAlgorithm

TElRSAKeyMaterial     See also     


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


Specifies MGF algorithm.

Declaration

[C#]
    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)

[Java]
    int getMGFAlgorithm();
    void setMGFAlgorithm(int Value);

Possible values:

The following algorithms may be used as public key algorithms:

Description

    Use this property to specify Mask Generation Function (MGF).

See also:     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum