XmlSerializedDescriptorInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |