共用方式為


InMemorySymmetricSecurityKey.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 陣列。

例外狀況

不支援 algorithm。 支援的演算法為 TripleDesKeyWrapAes128KeyWrapAes192KeyWrapAes256KeyWrap

備註

使用 SecurityAlgorithms 類別的靜態欄位,即可指定演算法。

適用於