AuthenticatedCiphertext

public struct AuthenticatedCiphertext : EncryptedData

This class represents an authenticated ciphertext, which is an encrypted message including the nonce used for indeterministic encryption and a message authentication code for verifying the integrity of the encrypted message.