次の方法で共有


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

定義

暗号化アルゴリズムの クラスの DecryptParameters インスタンスを A192Gcm 作成します。

public static Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters A192GcmParameters (byte[] ciphertext, byte[] iv, byte[] authenticationTag, byte[] additionalAuthenticatedData = default);
static member A192GcmParameters : byte[] * byte[] * byte[] * byte[] -> Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
Public Shared Function A192GcmParameters (ciphertext As Byte(), iv As Byte(), authenticationTag As Byte(), Optional additionalAuthenticatedData As Byte() = Nothing) As DecryptParameters

パラメーター

ciphertext
Byte[]

暗号化を解除する暗号テキスト。

iv
Byte[]

暗号化中に生成された初期化ベクトル (または nonce)。

authenticationTag
Byte[]

暗号化中に生成された認証タグ。

additionalAuthenticatedData
Byte[]

認証されるが暗号化されていない省略可能なデータ。

戻り値

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

例外

ciphertextiv、または authenticationTag が null です。

適用対象