Condividi tramite


EncryptedXmlInfo(XElement, Type) Costruttore

Definizione

Crea un'istanza di un oggetto 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)

Parametri

encryptedElement
XElement

Elemento XML crittografato.

decryptorType
Type

Classe il cui Decrypt(XElement) metodo può essere utilizzato per decrittografare encryptedElement.

Si applica a