共用方式為


X509AsymmetricSecurityKey.EncryptKey(String, Byte[]) 方法

定義

使用指定的密碼編譯演算法,加密指定的已加密金鑰。

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

要用於加密金鑰的密碼編譯演算法。

keyData
Byte[]

Byte 陣列,其中包含要加密的金鑰。

傳回

Byte[]

包含加密金鑰的 Byte 陣列。

例外狀況

指定於建構函式中的 X.509 憑證有公開金鑰,但該金鑰不是使用 RSA 演算法產生的。

-或-

不支援 algorithm 參數。 支援的演算法為 XmlEncRSA15UrlXmlEncRSAOAEPUrl

備註

使用 XmlEncRSA15UrlXmlEncRSAOAEPUrl 欄位,即可指定演算法。

適用於