Click or drag to resize

Cryptography Methods

The Cryptography type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleDecrypt(String, String)
Decrypt the specified string value with the specified password, using the AesManaged algorithm.
Public methodStatic memberCode exampleDecryptT(String, String)
Decrypt the specified string value with the specified password, using a SymmetricAlgorithm
Public methodStatic memberCode exampleDecryptDictionary(String, String)
Decrypt the specified value to a dictionary with the specified password, using the AesManaged algorithm.
Public methodStatic memberCode exampleDecryptDictionaryT(String, String)
Decrypt the specified dictionary value with the specified password, using a SymmetricAlgorithm.
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.
Public methodStatic memberCode exampleEncryptDictionary(IDictionaryString, String, String)
Encrypt the specified dictionary value with the specified password, using the AesManaged algorithm.
Public methodStatic memberCode exampleEncryptDictionaryT(IDictionaryString, String, String)
Encrypt the specified dictionary value with the specified password, using a SymmetricAlgorithm.
Public methodStatic memberHash
Standard Hash algorithm.
Top
See Also