RSAParameters: DQ (get)

DQ

Returns the DQ parameter of the key.



 Public Property Get DQ ( ) As Byte ( )

Return Values

Byte() -  A byte array of the DQ paramter

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