Discuss this help topic in SecureBlackbox Forum

TElDKRSAPublicKey.Exponent

TElDKRSAPublicKey     See also     


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


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

Declaration

[C#]
    byte[] Exponent;

[VB.NET]
    Property Exponent As Byte()

[Pascal]
    property Exponent: Pointer;

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

[PHP]
    string get_Exponent()

[Java]
    byte[] getExponent();

Description

    The property contains the exponent of the public key.

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

See also:     ExponentSize     Modulus     ModulusSize    

Discuss this help topic in SecureBlackbox Forum