Udostępnij za pośrednictwem


KeyInfoEncryptedKey.EncryptedKey Właściwość

Definicja

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ść właściwoś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.

Dotyczy