Click or drag to resize

CryptographyDecryptDictionary Method

Overload List
  NameDescription
Public methodStatic memberCode exampleDecryptDictionaryT(String, String)
Decrypt the specified dictionary 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.
Top
See Also