AesKw.CreateEncryptor Method

Definition

Overloads

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

CreateEncryptor(Byte[])

Source:
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

Parameters

key
Byte[]

Returns

Applies to

CreateEncryptor(Byte[], Byte[])

Source:
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

Parameters

key
Byte[]
iv
Byte[]

Returns

Applies to