RSAParameters: Exponent (get)

Exponent

Returns the public exponent of the key.

 Public Property Get Exponent ( ) As Byte ( )

Return Values

Byte() -  A byte array of the public exponent.

Remarks

Read/Write.

See Also

Project VBCorLib Overview | Class RSAParameters Overview