| Name | Description |
---|
  | EncryptAES(String) | 加密-AES方式 |
  | EncryptAES(String, String, String) | 加密-AES方式 |
  | EncryptAES(String, Byte, Byte, CiphertextFormat) | 加密-AES方式 |
  | EncryptAES(String, String, String, CiphertextFormat) | 加密-AES方式 |
  | EncryptAES(String, Byte, Byte, CipherMode, PaddingMode, CiphertextFormat) | 加密-AES方式 |
  | EncryptAES(String, String, String, CipherMode, PaddingMode, CiphertextFormat) | 加密-AES方式 |