共用方式為


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

包含解密金鑰的陣列。

適用於