共用方式為


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

欲了解更多關於XML數位簽章的資訊,請參閱 W3C規範

適用於