Compartilhar via


KeyWrapAlgorithm.CreateDecryptor(Byte[], Byte[]) Método

Definição

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

Parâmetros

key
Byte[]
iv
Byte[]

Retornos

Aplica-se a