RSAParameters: DP (get)

DP

Returns the DP parameter of the key.



 Public Property Get DP ( ) As Byte ( )

Return Values

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

Remarks

This is the Exponent1 value of the key. It has the numeric value "d mod (p - 1)".

Read/Write.

See Also

Project CorLib Overview

Class RSAParameters Overview