派生クラスでオーバーライドされると、 RSAParameters をエクスポートします。
Public MustOverride Function ExportParameters( _
ByVal includePrivateParameters As Boolean _) As RSAParameters
[C#]
public abstract RSAParameters ExportParameters(boolincludePrivateParameters);
[C++]
public: virtual RSAParameters ExportParameters(boolincludePrivateParameters) = 0;
[JScript]
public abstract function ExportParameters(
includePrivateParameters : Boolean) : RSAParameters;
パラメータ
- includePrivateParameters
プライベート パラメータを含める場合は true 。それ以外の場合は false 。
戻り値
DSA のパラメータ。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
RSA クラス | RSA メンバ | System.Security.Cryptography 名前空間 | 暗号サービス