Share via


Aes256Cbc.CreateDecryptor(Byte[], Byte[], Byte[], Byte[]) Method

Definition

public override System.Security.Cryptography.ICryptoTransform CreateDecryptor (byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag);
override this.CreateDecryptor : byte[] * byte[] * byte[] * byte[] -> System.Security.Cryptography.ICryptoTransform
Public Overrides Function CreateDecryptor (key As Byte(), iv As Byte(), authenticationData As Byte(), authenticationTag As Byte()) As ICryptoTransform

Parameters

key
Byte[]
iv
Byte[]
authenticationData
Byte[]
authenticationTag
Byte[]

Returns

Applies to