Compartilhar via


KeyInfoEncryptedKey.EncryptedKey Propriedade

Definição

Obtém ou define um EncryptedKey objeto que encapsula uma chave criptografada.

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

Valor da propriedade

Um EncryptedKey objeto que encapsula uma chave criptografada.

Exceções

A propriedade EncryptedKey é null.

Comentários

A KeyInfoEncryptedKey classe encapsula a EncryptedKey classe, que permite adicionar a EncryptedKey classe como um subelemento da KeyInfo classe. Use a EncryptedKey propriedade para acessar a EncryptedKey classe contida na KeyInfoEncryptedKey classe.

Aplica-se a