Click or drag to resize

RsaRawPublic(Byte, String) Method

Carry out RSA transformation using public key.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] RawPublic(
	byte[] data,
	string publicKeyStr
)

Parameters

data  Byte
Data (must be same byte length as key modulus)
publicKeyStr  String
Public key in internal string format

Return Value

Byte
Transformed data
See Also