次の方法で共有


DecryptParameters.A128CbcPadParameters(Byte[], Byte[]) メソッド

定義

PKCS#7 パディングを DecryptParameters 使用して暗号化アルゴリズムの A128CbcPad クラスのインスタンスを作成します。

public static Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters A128CbcPadParameters (byte[] ciphertext, byte[] iv);
static member A128CbcPadParameters : byte[] * byte[] -> Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
Public Shared Function A128CbcPadParameters (ciphertext As Byte(), iv As Byte()) As DecryptParameters

パラメーター

ciphertext
Byte[]

復号化する暗号テキスト。

iv
Byte[]

暗号化中に使用される初期化ベクトル。

戻り値

暗号化アルゴリズムの DecryptParameters クラスの A128CbcPad インスタンス。

例外

ciphertext または iv が null です。

適用対象