次の方法で共有


AesKw.CreateEncryptor メソッド

定義

オーバーロード

CreateEncryptor(Byte[])
CreateEncryptor(Byte[], Byte[])

CreateEncryptor(Byte[])

ソース:
AesKw.cs
public System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] key);
override this.CreateEncryptor : byte[] -> System.Security.Cryptography.ICryptoTransform
Public Function CreateEncryptor (key As Byte()) As ICryptoTransform

パラメーター

key
Byte[]

戻り値

適用対象

CreateEncryptor(Byte[], Byte[])

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

パラメーター

key
Byte[]
iv
Byte[]

戻り値

適用対象