Share via


DSAKeyValue.Key Proprietà

Definizione

Ottiene o imposta il valore chiave rappresentato da un oggetto 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

Valore della proprietà

DSA

Chiave pubblica rappresentata dall'oggetto DSA.

Commenti

Questa proprietà rappresenta la chiave DSA usata per firmare il codice XML.

Si applica a