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

包含解密密钥的数组。

适用于