Partager via


AesKw.CreateDecryptor Méthode

Définition

Surcharges

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

Paramètres

key
Byte[]

Retours

S’applique à

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

Paramètres

key
Byte[]
iv
Byte[]

Retours

S’applique à