X509AsymmetricSecurityKey.EncryptKey(String, Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的加密算法加密指定的加密密钥。
public:
override cli::array <System::Byte> ^ EncryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public override byte[] EncryptKey (string algorithm, byte[] keyData);
override this.EncryptKey : string * byte[] -> byte[]
Public Overrides Function EncryptKey (algorithm As String, keyData As Byte()) As Byte()
参数
- algorithm
- String
用于加密密钥的加密算法。
返回
Byte[]
包含加密密钥的 Byte 数组。
例外
构造函数中指定的 X.509 证书所具有的公钥不是使用 RSA 算法生成的。
- 或 -
不支持 algorithm
参数。 支持的算法为 XmlEncRSA15Url 和 XmlEncRSAOAEPUrl。
注解
使用 XmlEncRSA15Url 或 XmlEncRSAOAEPUrl 字段指定算法。