次の方法で共有


AesCbc.CreateEncryptor(Byte[], Byte[], Byte[]) メソッド

定義

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

パラメーター

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

戻り値

適用対象