KeyInfoEncryptedKey.EncryptedKey Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un oggetto EncryptedKey che incapsula una chiave crittografata.
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
Valore della proprietà
Oggetto EncryptedKey che incapsula una chiave crittografata.
Eccezioni
La proprietà EncryptedKey è null
.
Commenti
La KeyInfoEncryptedKey classe esegue il wrapping della EncryptedKey classe, che consente di aggiungere la EncryptedKey classe come sottoelemento della KeyInfo classe. Utilizzare la EncryptedKey proprietà per accedere alla EncryptedKey classe contenuta all'interno della KeyInfoEncryptedKey classe.