Udostępnij za pośrednictwem


EncryptedXmlInfo(XElement, Type) Konstruktor

Definicja

Tworzy wystąpienie klasy 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

Fragment zaszyfrowanego kodu XML.

decryptorType
Type

Klasa, której Decrypt(XElement) metoda może służyć do odszyfrowywania encryptedElement.

Dotyczy