Partager via


EncryptedXmlInfo(XElement, Type) Constructeur

Définition

Crée une instance de 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)

Paramètres

encryptedElement
XElement

Élément de code XML chiffré.

decryptorType
Type

Classe dont Decrypt(XElement) la méthode peut être utilisée pour déchiffrer encryptedElement.

S’applique à