共用方式為


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代表使用 元素的子元素和<Exponent>子元素加入 XML 數位簽名<Modulus><RSAKeyValue>公鑰。

如需 XML 數位簽名的詳細資訊,請參閱 W3C 規格

適用於