RSAParameters: d (let)

d

Sets the D parameter of the RSA key.



 Public Property Let d(
	  ByRef Value ( ) As Byte )

Parameters

Value
[ByRef] Byte. The new D parameter value.

Remarks

This is the Private Exponent of the RSA key.

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview