DSAKeyValue.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the key value represented by a DSA object.
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
Property Value
The public key represented by a DSA object.
Remarks
This property represents the DSA key used to sign the XML.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.