Discuss this help topic in SecureBlackbox Forum

TElRSAOAEPAlgorithmIdentifier.MGFHashAlgorithm

TElRSAOAEPAlgorithmIdentifier     


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


Declaration

[C#]
    int MGFHashAlgorithm;

[VB.NET]
    Property MGFHashAlgorithm As Integer

[Pascal]
    property MGFHashAlgorithm : integer;

[C++]
    int32_t get_MGFHashAlgorithm();
    void set_MGFHashAlgorithm(int32_t Value);

[PHP]
    integer get_MGFHashAlgorithm()
    void set_MGFHashAlgorithm(integer $Value)

[Java]
    int getMGFHashAlgorithm();
    void setMGFHashAlgorithm(int Value);

Description

    …

Discuss this help topic in SecureBlackbox Forum