void CalculateAgreement(
ICipherParameters publicKey,
byte[] buf,
int off
)
Sub CalculateAgreement (
publicKey As ICipherParameters,
buf As Byte(),
off As Integer
)
void CalculateAgreement(
ICipherParameters^ publicKey,
array<unsigned char>^ buf,
int off
)
function CalculateAgreement(publicKey, buf, off);