SecurityKeyElement.DecryptKey(String, Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的算法解密指定的密钥。
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[]
包含解密密钥的数组。