Condividi tramite


KeyInfoEncryptedKey.EncryptedKey Proprietà

Definizione

Ottiene o imposta un EncryptedKey oggetto 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 EncryptedKey proprietà è 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 .

Si applica a