RSA.ImportParameters(RSAParameters) メソッド

定義

派生クラスでオーバーライドされると、指定された RSAParameters をインポートします。

public:
 abstract void ImportParameters(System::Security::Cryptography::RSAParameters parameters);
public abstract void ImportParameters (System.Security.Cryptography.RSAParameters parameters);
abstract member ImportParameters : System.Security.Cryptography.RSAParameters -> unit
Public MustOverride Sub ImportParameters (parameters As RSAParameters)

パラメーター

parameters
RSAParameters

RSA のパラメーター。

適用対象

こちらもご覧ください