AuthTag property: Crypt class

Description

In CCM and GCM modes of AES encryption, the encryption program produces an authentication tag (a string value for the AuthTag property) in addition to the encrypted text. Authentication tag is used to verify the integrity of data. The decryption program takes the value of the AuthTag property as a parameter.

Note:

When you supply the string value of the AuthTag property as a parameter for the decryption program, you must prefix the value with 0x (zero x).

This property is read-only.