RSAKeyValue クラス
デジタル署名の KeyInfo の定義の一部として、 RSA キーを設定するために使用するキー句を表します。
この型のすべてのメンバの一覧については、RSAKeyValue メンバ を参照してください。
System.Object
System.Security.Cryptography.Xml.KeyInfoClause
System.Security.Cryptography.Xml.RSAKeyValue
Public Class RSAKeyValue
Inherits KeyInfoClause
[C#]
public class RSAKeyValue : KeyInfoClause
[C++]
public __gc class RSAKeyValue : public KeyInfoClause
[JScript]
public class RSAKeyValue extends KeyInfoClause
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
キーがコンストラクタに明示的に提供されない場合、新しい RSA キー ペアがランダムに生成されます。キー ペアからの公開キーが、署名の検証のために KeyInfo で使用されます。
必要条件
名前空間: System.Security.Cryptography.Xml
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Security (System.Security.dll 内)