Sdílet prostřednictvím


EncryptedXmlInfo(XElement, Type) Konstruktor

Definice

Vytvoří instanci objektu 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)

Parametry

encryptedElement
XElement

Část šifrovaného KÓDU XML.

decryptorType
Type

Třída, jejíž Decrypt(XElement) metodu lze použít k dešifrování encryptedElement.

Platí pro