RSAParameters: p (get)

p

Returns the P parameter of the key.



 Public Property Get p ( ) As Byte ( )

Return Values

Byte() -  A byte array of the P parameter.

Remarks

This is the Prime1 value of the key.

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview