KeyInfoEncryptedKey.EncryptedKey Własność
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Pobiera lub ustawia EncryptedKey obiekt, który hermetyzuje zaszyfrowany klucz.
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
Wartość nieruchomości
EncryptedKey Obiekt, który hermetyzuje zaszyfrowany klucz.
Wyjątki
Właściwość EncryptedKey to null.
Uwagi
Klasa KeyInfoEncryptedKey opakowuje klasę EncryptedKey , co pozwala dodać EncryptedKey klasę jako podelement KeyInfo klasy. Użyj właściwości , EncryptedKey aby uzyskać dostęp do EncryptedKey klasy zawartej KeyInfoEncryptedKey w klasie.