次の方法で共有


SecurityKey.EncryptKey(String, Byte[]) メソッド

定義

派生クラスでオーバーライドされた場合は、指定したキーを暗号化します。

public:
 abstract cli::array <System::Byte> ^ EncryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public abstract byte[] EncryptKey (string algorithm, byte[] keyData);
abstract member EncryptKey : string * byte[] -> byte[]
Public MustOverride Function EncryptKey (algorithm As String, keyData As Byte()) As Byte()

パラメーター

algorithm
String

キーを暗号化する暗号アルゴリズム。

keyData
Byte[]

キーを格納する Byte の配列。

戻り値

Byte[]

暗号化されたキーを格納する Byte の配列。

注釈

SecurityAlgorithms クラスの静的フィールドを使用して、アルゴリズムを指定します。

適用対象