AesCbcHmacSha2.CreateDecryptor(Byte[], Byte[], Byte[], Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public override System.Security.Cryptography.ICryptoTransform CreateDecryptor (byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag);
override this.CreateDecryptor : byte[] * byte[] * byte[] * byte[] -> System.Security.Cryptography.ICryptoTransform
Public Overrides Function CreateDecryptor (key As Byte(), iv As Byte(), authenticationData As Byte(), authenticationTag As Byte()) As ICryptoTransform
Parameters
- key
- Byte[]
- iv
- Byte[]
- authenticationData
- Byte[]
- authenticationTag
- Byte[]