Compartilhar via


EncryptedXmlInfo(XElement, Type) Construtor

Definição

Cria uma instância de um EncryptedXmlInfo.

public:
 EncryptedXmlInfo(System::Xml::Linq::XElement ^ encryptedElement, Type ^ decryptorType);
public EncryptedXmlInfo (System.Xml.Linq.XElement encryptedElement, Type decryptorType);
new Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo : System.Xml.Linq.XElement * Type -> Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo
Public Sub New (encryptedElement As XElement, decryptorType As Type)

Parâmetros

encryptedElement
XElement

Um pedaço de XML criptografado.

decryptorType
Type

A classe cujo Decrypt(XElement) método pode ser usado para descriptografar encryptedElement.

Aplica-se a