RSACryptoServiceProvider.KeyExchangeAlgorithm プロパティ
RSA のこの実装で使用できるキー交換アルゴリズムの名前を取得します。
Overrides Public ReadOnly Property KeyExchangeAlgorithm As String
[C#]
public override string KeyExchangeAlgorithm {get;}
[C++]
public: __property String* get_KeyExchangeAlgorithm();
[JScript]
public override function get KeyExchangeAlgorithm() : String;
プロパティ値
存在する場合はキー交換アルゴリズムの名前。それ以外の場合は null 参照 (Visual Basic では Nothing) 。
解説
このプロパティは、アルゴリズムの種類ではなく名前を示します。たとえば、RSA-PKCS1-KeyEx はキー交換アルゴリズムの名前です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
RSACryptoServiceProvider クラス | RSACryptoServiceProvider メンバ | System.Security.Cryptography 名前空間 | 暗号サービス