AesKw.CreateDecryptor Method

Definition

Overloads

CreateDecryptor(Byte[])
CreateDecryptor(Byte[], Byte[])

CreateDecryptor(Byte[])

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

Parameters

key
Byte[]

Returns

Applies to

CreateDecryptor(Byte[], Byte[])

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

Parameters

key
Byte[]
iv
Byte[]

Returns

Applies to