RSAParameters: Modulus (get)

Modulus

Returns the modulus of the key.



 Public Property Get Modulus ( ) As Byte ( )

Return Values

Byte() -  A byte array of the modulus of the key.

Remarks

This has a value of "prime1 * prime2" and is often known as "n".

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview