RSAParameters: InverseQ (let)

InverseQ

Sets the InverseQ parameter of the key



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

Parameters

Value
[ByRef] Byte. The new InverseQ value.

Remarks

This is the Coefficient. It has a numeric value "(inverse of q) mod p".

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview