Udostępnij za pośrednictwem


RSAKeyValue.Key Właściwość

Definicja

Pobiera lub ustawia wystąpienie, RSA które zawiera klucz publiczny.

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

Wartość właściwości

RSA

Wystąpienie tego RSA klucza publicznego.

Uwagi

Właściwość Key reprezentuje klucz publiczny do dodania do podpisu cyfrowego XML przy użyciu <Modulus> podelementu i <Exponent> podelementu <RSAKeyValue> elementu.

Aby uzyskać więcej informacji na temat podpisów cyfrowych XML, zobacz specyfikację W3C.

Dotyczy