RSAParameters: Exponent (let)

Exponent

Sets the public exponent of the key.

 Public Property Let Exponent(
	  ByRef RHS ( ) As Byte )

Parameters

RHS
[ByRef] Byte. The new exponent value.

Remarks

Read/Write.

See Also

Project VBCorLib Overview | Class RSAParameters Overview