convert string to CipherMessage

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Is there a way to convert a string to a CipherMessage? I am calling a
function that decrypts a CipherMessage and returns the value. The only
problem is when I want to use an encrypted value stored in a querystring, I
can't figure out how to convert it back to a CipherMessage.

.



Relevant Pages

  • RE: convert string to CipherMessage
    ... Public Function EncryptMessage(ByVal As String) As CipherMessage ... Which encryption class is it using? ...
    (microsoft.public.dotnet.general)
  • convert string to CipherMessage
    ... Is there a way to convert a string to a CipherMessage? ... I am calling a ... function that decrypts a CipherMessage and returns the value. ...
    (microsoft.public.dotnet.security)