The CryptoAES type exposes the following members.
Methods
| Name | Description |
---|
  | DecryptData(Byte, Rfc2898DeriveBytes) | |
  | DecryptData(Byte, String) | |
  | DecryptData(Byte, String, Byte) | |
  | DecryptDataAsBytes(Byte, Rfc2898DeriveBytes) | |
  | DecryptDataAsBytes(Byte, String) | |
  | DecryptString(String, Rfc2898DeriveBytes) | |
  | DecryptString(String, String) | |
  | DecryptString(String, String, Byte) | |
  | DecryptTextWithKey | |
  | DecryptTextWithKey_AesCrypto | |
  | DecryptTextWithKey_Rijndael | |
  | EncryptString(Byte, String) | |
  | EncryptString(String, Rfc2898DeriveBytes) | |
  | EncryptString(String, String) | |
  | EncryptString(String, String, Byte) | |
  | EncryptTextWithKey | |
  | EncryptTextWithKey_AesCrypto | |
  | EncryptTextWithKey_Rijndael | |
Top
See Also