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 表示使用 <Modulus>
元素的子元素和 <Exponent>
子元素添加到 XML 数字签名的 <RSAKeyValue>
公钥。
有关 XML 数字签名的详细信息,请参阅 W3C 规范。