RSAKeyValue.Key Proprietà

Definizione

Ottiene o imposta l'istanza di RSA contenente la chiave pubblica.

public:
 property System::Security::Cryptography::RSA ^ Key { System::Security::Cryptography::RSA ^ get(); void set(System::Security::Cryptography::RSA ^ value); };
public System.Security.Cryptography.RSA Key { get; set; }
member this.Key : System.Security.Cryptography.RSA with get, set
Public Property Key As RSA

Valore della proprietà

RSA

Istanza di RSA che contiene la chiave pubblica.

Commenti

La Key proprietà rappresenta la chiave pubblica da aggiungere a una firma digitale XML usando il sottoelemento e il <Modulus><Exponent> sottoelemento dell'elemento <RSAKeyValue> .

Per altre informazioni sulle firme digitali XML, vedere la specifica W3C.

Si applica a