Click or drag to resize

RsaRawPublic(Byte, String, Int32) Method

Carry out RSA transformation using public key (with specialist options).

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,
	int options
)

Parameters

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

Return Value

Byte
Transformed data
See Also