Sdílet prostřednictvím


RSAKeyValue.Key Vlastnost

Definice

Získá nebo nastaví instanci RSA , která obsahuje veřejný klíč.

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

Hodnota vlastnosti

RSA

Instance RSA , která obsahuje veřejný klíč.

Poznámky

Vlastnost Key představuje veřejný klíč pro přidání do digitálního podpisu XML pomocí <Modulus> subelementu a <Exponent> subelement prvku <RSAKeyValue> .

Další informace o digitálních podpisech XML naleznete ve specifikaci W3C.

Platí pro