Share via


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

Definition

Initializes a new AuthenticatedEncryptionResult

public AuthenticatedEncryptionResult (Microsoft.IdentityModel.Tokens.SecurityKey key, byte[] ciphertext, byte[] iv, byte[] authenticationTag);
new Microsoft.IdentityModel.Tokens.AuthenticatedEncryptionResult : Microsoft.IdentityModel.Tokens.SecurityKey * byte[] * byte[] * byte[] -> Microsoft.IdentityModel.Tokens.AuthenticatedEncryptionResult
Public Sub New (key As SecurityKey, ciphertext As Byte(), iv As Byte(), authenticationTag As Byte())

Parameters

ciphertext
Byte[]

protected text.

iv
Byte[]

the initialization vector used.

authenticationTag
Byte[]

the bytes that need be passed to Decrypt(Byte[], Byte[], Byte[], Byte[]).

Applies to