XmlSerializedDescriptorInfo Class

Definition

Wraps an XElement that contains the XML-serialized representation of an IAuthenticatedEncryptorDescriptor along with the type that can be used to deserialize it.

public ref class XmlSerializedDescriptorInfo sealed
public sealed class XmlSerializedDescriptorInfo
type XmlSerializedDescriptorInfo = class
Public NotInheritable Class XmlSerializedDescriptorInfo
Inheritance
XmlSerializedDescriptorInfo

Constructors

XmlSerializedDescriptorInfo(XElement, Type)

Creates an instance of an XmlSerializedDescriptorInfo.

Properties

DeserializerType

The class whose ImportFromXml(XElement) method can be used to deserialize the value stored in SerializedDescriptorElement.

SerializedDescriptorElement

An XML-serialized representation of an IAuthenticatedEncryptorDescriptor.

Applies to