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 代表用於加入 XML 數位簽章的公鑰,使用 <Modulus> 子元素及其 <Exponent> 子 <RSAKeyValue> 元素。
欲了解更多關於XML數位簽章的資訊,請參閱 W3C規範。