Sdílet prostřednictvím


KeyInfoEncryptedKey.EncryptedKey Vlastnost

Definice

Získá nebo nastaví EncryptedKey objekt, který zapouzdřuje šifrovaný klíč.

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

Hodnota vlastnosti

Objekt EncryptedKey , který zapouzdřuje šifrovaný klíč.

Výjimky

Poznámky

Třída KeyInfoEncryptedKey zabalí EncryptedKey třídu, což umožňuje přidat EncryptedKey třídu jako dílčí prvek KeyInfo třídy. EncryptedKey Použijte vlastnost pro přístup ke EncryptedKey třídě obsažené v třídě KeyInfoEncryptedKey .

Platí pro