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 クラスの静的フィールドを使用します。

適用対象