RsaRawPrivate(Byte, String, Int32) Method |
Carry out RSA transformation using private key (with specialist options).
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] RawPrivate(
byte[] data,
string privateKeyStr,
int options
)
Public Shared Function RawPrivate (
data As Byte(),
privateKeyStr As String,
options As Integer
) As Byte()
Parameters
- data Byte
- Data (must be same byte length as key modulus)
- privateKeyStr String
- Private key in internal string format
- options Int32
- Specialist options value
Return Value
ByteTransformed data
See Also