Поделиться через


EncryptedXmlInfo(XElement, Type) Конструктор

Определение

Создает экземпляр класса 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)

Параметры

encryptedElement
XElement

Фрагмент зашифрованного XML-кода.

decryptorType
Type

Класс, метод которого Decrypt(XElement) можно использовать для расшифровки encryptedElement.

Применяется к