次の方法で共有


SecurityKeyElement.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[]

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

適用対象