Discuss this help topic in SecureBlackbox Forum

TElDKRSAPublicKey.Modulus

TElDKRSAPublicKey     See also     


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


This read-only property contains pointer to the RSA public key modulus.

Declaration

[C#]
    byte[] Modulus;

[VB.NET]
    Property Modulus As Byte()

[Pascal]
    property Modulus: Pointer;

[C++]
    void get_Modulus(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Modulus()

[Java]
    byte[] getModulus();

Description

    The property contains the modulus of the public key.

    The memory is freed on instance deletion so you should make a copy if necessary.

See also:     Exponent     ExponentSize     ModulusSize    

Discuss this help topic in SecureBlackbox Forum