RSAParameters: p (let)

p

Sets the P parameter of the key.



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

Parameters

Value
[ByRef] Byte. The new P value.

Remarks

This is the Prime1 value of the key.

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview