EncryptedXmlInfo 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 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. |