SecurityUtilsHmacEncryptAndSign Method |
| Name | Description | |
|---|---|---|
| HmacEncryptAndSign(Byte, Byte) |
Encrypts and signs data with AES/HMACSHA-256.
| |
| HmacEncryptAndSign(Byte, String) |
Encrypts and signs data with AES/HMACSHA-256.
| |
| HmacEncryptAndSign(String, String) |
Encrypts and signs data with AES/HMACSHA-256.
| |
| HmacEncryptAndSign(Byte, SecurityUtilsBase64Variant, String) |
Encrypts and signs data with AES/HMACSHA-256.
| |
| HmacEncryptAndSign(String, SecurityUtilsBase64Variant, String) |
Encrypts and signs data with AES/HMACSHA-256.
|