Share via


DSAKeyValue.Key 属性

定义

获取或设置由 DSA 对象表示的密钥值。

public:
 property System::Security::Cryptography::DSA ^ Key { System::Security::Cryptography::DSA ^ get(); void set(System::Security::Cryptography::DSA ^ value); };
public System.Security.Cryptography.DSA Key { get; set; }
member this.Key : System.Security.Cryptography.DSA with get, set
Public Property Key As DSA

属性值

DSA

DSA 对象表示的公钥。

注解

此属性表示用于对 XML 进行签名的 DSA 密钥。

适用于