Hi,
I encrypted two strings and returns example "euHK5s9h30Q="
then I am trying to convert the string given to GUID
Guid tokenGuid = new Guid(encryptionString);
and i is giving me Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). error how can i resolve it please?