共用方式為


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 類別的靜態欄位,即可指定演算法。

適用於