次の方法で共有


InMemorySymmetricSecurityKey.DecryptKey(String, Byte[]) メソッド

定義

指定された、暗号化されたキーを解読します。

public:
 override cli::array <System::Byte> ^ DecryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public override byte[] DecryptKey (string algorithm, byte[] keyData);
override this.DecryptKey : string * byte[] -> byte[]
Public Overrides Function DecryptKey (algorithm As String, keyData As Byte()) As Byte()

パラメーター

algorithm
String

キーの暗号化に使用された暗号アルゴリズム。

keyData
Byte[]

暗号化されたキーを格納する Byte の配列。

戻り値

Byte[]

復号化されたキーを格納する Byte の配列。

例外

algorithm がサポートされていません。 サポートされるアルゴリズムは、TripleDesKeyWrapAes128KeyWrapAes192KeyWrap、および Aes256KeyWrap です。

注釈

SecurityAlgorithms クラスの静的フィールドを使用して、アルゴリズムを指定します。

適用対象