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

復号化されたキーを含む配列。

適用対象