次の方法で共有


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できる クラス。

適用対象