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