共用方式為


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

適用於