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íč, který se má přidat k digitálnímu podpisu XML pomocí <Modulus> podelementu <Exponent> a dílčího prvku elementu <RSAKeyValue> .

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

Platí pro