Hi All
$signature = rawurlencode(
base64_encode(
hash_hmac("sha1", $concatenatedString, $privateKey, true)
)
);
This is my
PHP code i need to convert this part to c#. Anybody suggest me. Is there any online conversion tool available Or any equivalent c# code is also is much appreciable
Regards
Ganesh
Ganesh