次の方法で共有


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> XML デジタル署名に追加する <Exponent> 公開キーを <RSAKeyValue> 表します。

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

適用対象