你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DecryptParameters.A256CbcPadParameters(Byte[], Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 PKCS#7 填充为A256CbcPad加密算法创建 类的实例DecryptParameters。
public static Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters A256CbcPadParameters(byte[] ciphertext, byte[] iv);
static member A256CbcPadParameters : byte[] * byte[] -> Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
Public Shared Function A256CbcPadParameters (ciphertext As Byte(), iv As Byte()) As DecryptParameters
参数
- ciphertext
- Byte[]
要解密的密文。
- iv
- Byte[]
加密期间使用的初始化向量。
返回
加密算法的 DecryptParameters 类的 A256CbcPad 实例。
例外
ciphertext
或 iv
为 null。