次の方法で共有


RSAOAEPKeyExchangeDeformatter.Parameters プロパティ

OAEP (Optimal Asymmetric Encryption Padding) キー交換のパラメータを取得します。

Overrides Public Property Parameters As String
[C#]
public override string Parameters {get; set;}
[C++]
public: __property String* get_Parameters();public: __property void set_Parameters(String*);
[JScript]
public override function get Parameters() : String;public override function set Parameters(String);

プロパティ値

OAEP キー交換操作のパラメータを格納している XML 文字列。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

RSAOAEPKeyExchangeDeformatter クラス | RSAOAEPKeyExchangeDeformatter メンバ | System.Security.Cryptography 名前空間 | 暗号サービス