Share via


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

定義

派生クラスでオーバーライドされた場合は、指定した暗号化キーを復号化します。

public:
 abstract cli::array <System::Byte> ^ DecryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public abstract byte[] DecryptKey (string algorithm, byte[] keyData);
abstract member DecryptKey : string * byte[] -> byte[]
Public MustOverride Function DecryptKey (algorithm As String, keyData As Byte()) As Byte()

パラメーター

algorithm
String

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

keyData
Byte[]

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

戻り値

Byte[]

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

注釈

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

適用対象