Overload List

  Name Description
Public method Static member Encrypt(String)
Encrypts the data using DES crypto service provider, returns a base64-encoded encrypted string.
Public method Static member Encrypt(String, array<Byte>[]()[][])
Encrypts the data using DES crypto service provider, returns a base64-encoded encrypted string.
Public method Static member Encrypt(String, String)
Encrypts the data using DES crypto service provider, returns a base64-encoded encrypted string.

See Also