Partager via


AesKw.CreateEncryptor Méthode

Définition

Surcharges

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

Paramètres

key
Byte[]

Retours

S’applique à

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

Paramètres

key
Byte[]
iv
Byte[]

Retours

S’applique à