Click or drag to resize

SecurityUtilsAesEncrypt Method

Overload List
  NameDescription
Public methodStatic memberAesEncrypt(Byte, Byte)
Encrypts data using the 256-bit AES algorithm.
Public methodStatic memberAesEncrypt(Byte, String)
Encrypts data using the 256-bit AES algorithm.
Public methodStatic memberAesEncrypt(String, String)
Encrypts data using the 256-bit AES algorithm.
Public methodStatic memberAesEncrypt(Byte, SecurityUtilsBase64Variant, String)
Encrypts data using the 256-bit AES algorithm.
Public methodStatic memberAesEncrypt(String, SecurityUtilsBase64Variant, String)
Encrypts data using the 256-bit AES algorithm.
Top
See Also