Share via


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> 元素的子元素和 <Exponent> 子元素添加到 XML 数字签名的 <RSAKeyValue> 公钥。

有关 XML 数字签名的详细信息,请参阅 W3C 规范

适用于