EncryptedXmlInfo Class

Definition

Wraps an XElement that contains a blob of encrypted XML and information about the class which can be used to decrypt it.

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

Constructors

EncryptedXmlInfo(XElement, Type)

Creates an instance of an EncryptedXmlInfo.

Properties

DecryptorType

The class whose Decrypt(XElement) method can be used to decrypt the value stored in EncryptedElement.

EncryptedElement

A piece of encrypted XML.

Applies to