次の方法で共有


RSAKeyValue.Key プロパティ

定義

公開キーを保持する RSA のインスタンスを取得または設定します。

public:
 property System::Security::Cryptography::RSA ^ Key { System::Security::Cryptography::RSA ^ get(); void set(System::Security::Cryptography::RSA ^ value); };
public System.Security.Cryptography.RSA Key { get; set; }
member this.Key : System.Security.Cryptography.RSA with get, set
Public Property Key As RSA

プロパティ値

RSA

公開キーを保持する RSA のインスタンス。

注釈

Key プロパティは、<Modulus>サブ要素と<RSAKeyValue>要素の<Exponent>サブ要素を使用して XML デジタル署名に追加する公開キーを表します。

XML デジタル署名の詳細については、 W3C 仕様を参照してください。

適用対象