Discuss this help topic in SecureBlackbox Forum

TElDKRSAPublicKey.ModulusSize

TElDKRSAPublicKey     See also     


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


This read-only property contains modulus size.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ModulusSize: 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 modulus.

See also:     Exponent     ExponentSize     Modulus    

Discuss this help topic in SecureBlackbox Forum