Discuss this help topic in SecureBlackbox Forum

TElDKRSAPublicKey.ExponentSize

TElDKRSAPublicKey     See also     


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


This read-only property contains exponent size.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ExponentSize: Integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to get size of the memory needed to hold the RSA public key exponent.

See also:     Exponent     Modulus     ModulusSize    

Discuss this help topic in SecureBlackbox Forum