DSAKeyValue.Key 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 物件所表示的公開金鑰。
備註
此屬性代表用來簽署 XML 的 DSA 金鑰。