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

適用於