RSAParameters: DP (let)

DP

Sets the DP parameter of the key.



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

Parameters

Value
[ByRef] Byte. The new DP value.

Remarks

This is the Exponent1 value of the key. It has the numeric value "d mod (p - 1)".

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview