RSAParameters: q (let)

q

Sets the Q parameter of the key.



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

Parameters

Value
[ByRef] Byte. The new Q value.

Remarks

This is the Prime2 value of the key.

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview