Crypt Class Properties

This section describes the crypt class properties. The properties are described in alphabetical order.

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.

Description

After updating the encryption chain, the Result property contains the end result of the encryption chain. Once the result has been retrieved, it is no longer possible to update the object anymore.

This property is read-only.

Description

For algorithms that check a signature, the system sets the Verified property to true if the signature is valid, and false if the signature is invalid. For algorithms that do not check a signature, it always returns false.

This property is read-only.