共用方式為


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 金鑰。

適用於