Share via


SymmetricEncryptionAlgorithm.CreateDecryptor Méthode

Définition

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

Paramètres

key
Byte[]
iv
Byte[]
authenticationData
Byte[]
authenticationTag
Byte[]

Retours

S’applique à