RSAKeyValue.Key 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定存有公開金鑰的 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 執行個體。
備註
屬性Key代表使用 元素的子元素和<Exponent>
子元素加入 XML 數位簽名<Modulus>
的<RSAKeyValue>
公鑰。
如需 XML 數位簽名的詳細資訊,請參閱 W3C 規格。