Share via


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

Name Description
EncryptedXmlInfo(XElement, Type)

Creates an instance of an EncryptedXmlInfo.

Properties

Name Description
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