RSAParameters: DQ (let)

DQ

Sets the DQ parameter of the key.



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

Parameters

Value
[ByRef] Byte. The new DQ value.

Remarks

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

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview