Share via


Aes192Cbc.CreateEncryptor(Byte[], Byte[], Byte[]) Method

Definition

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

Parameters

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

Returns

Applies to