XmlSerializedDescriptorInfo(XElement, Type) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XmlSerializedDescriptorInfo のインスタンスを作成します。
public:
XmlSerializedDescriptorInfo(System::Xml::Linq::XElement ^ serializedDescriptorElement, Type ^ deserializerType);
public XmlSerializedDescriptorInfo (System.Xml.Linq.XElement serializedDescriptorElement, Type deserializerType);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo : System.Xml.Linq.XElement * Type -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo
Public Sub New (serializedDescriptorElement As XElement, deserializerType As Type)
パラメーター
- serializedDescriptorElement
- XElement
の XML シリアル化形式 IAuthenticatedEncryptorDescriptor。
- deserializerType
- Type
メソッドを ImportFromXml(XElement) 使用して を逆シリアル化 serializedDescriptorElement
できる クラス。