Click or drag to resize

CryptographyEncrypt Method

Overload List
  NameDescription
Public methodStatic memberCode exampleEncrypt(String, String)
Encrypt the specified string value with the specified password, using the AesManaged algorithm.
Public methodStatic memberCode exampleEncryptT(String, String)
Encrypt the specified string value with the specified password, using a SymmetricAlgorithm.
Top
See Also