AuthenticatedEncryptionResult Class

Definition

Contains the results of Encrypt(Byte[], Byte[]) operation.

public class AuthenticatedEncryptionResult
type AuthenticatedEncryptionResult = class
Public Class AuthenticatedEncryptionResult
Inheritance
AuthenticatedEncryptionResult

Constructors

AuthenticatedEncryptionResult(SecurityKey, Byte[], Byte[], Byte[])

Initializes a new AuthenticatedEncryptionResult

Properties

AuthenticationTag

Gets the authentication tag

Ciphertext

Gets the Ciphertext.

IV

Gets the initialization vector.

Key

Gets the SecurityKey.

Applies to