RSAParameters: d (get)

d

Returns the D parameter of the RSA key.



 Public Property Get d ( ) As Byte ( )

Return Values

Byte() -  A byte array of the D parameter.

Remarks

This is the Private Exponent of the RSA key.

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview