Share via


KeyWrapAlgorithm.CreateEncryptor(Byte[], Byte[]) Méthode

Définition

public abstract System.Security.Cryptography.ICryptoTransform CreateEncryptor (byte[] key, byte[] iv);
abstract member CreateEncryptor : byte[] * byte[] -> System.Security.Cryptography.ICryptoTransform
Public MustOverride Function CreateEncryptor (key As Byte(), iv As Byte()) As ICryptoTransform

Paramètres

key
Byte[]
iv
Byte[]

Retours

S’applique à