InMemorySymmetricSecurityKey.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
用于对密钥进行加密的加密算法。
返回
Byte[]
包含解密密钥的 Byte 数组。
例外
不支持 algorithm
。 支持的算法包括 TripleDesKeyWrap、Aes128KeyWrap、Aes192KeyWrap 和 Aes256KeyWrap。
注解
使用 SecurityAlgorithms 类的静态字段指定算法。