Carry out RSA transformation using private key (with specialist options).
public static byte[] RawPrivate( byte[] data, string privateKeyStr, int options )
Public Shared Function RawPrivate ( _ data As Byte(), _ privateKeyStr As String, _ options As Integer _ ) As Byte()
VB6/C equivalent: RSA_RawPrivate