Freigeben über


EncryptedXmlInfo(XElement, Type) Konstruktor

Definition

Erstellt eine Instanz eines EncryptedXmlInfo-Objekts.

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)

Parameter

encryptedElement
XElement

Eine verschlüsselte XML-Datei.

decryptorType
Type

Die -Klasse, deren Decrypt(XElement) Methode verwendet werden kann, um zu entschlüsseln encryptedElement.

Gilt für: