﻿<?xml version="1.0" encoding="utf-8"?><Type Name="EncryptedType" FullName="System.Security.Cryptography.Xml.EncryptedType"><TypeSignature Language="C#" Value="public abstract class EncryptedType" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit EncryptedType extends System.Object" /><AssemblyInfo><AssemblyName>System.Security</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> class represents the abstract base class from which the classes <see cref="T:System.Security.Cryptography.Xml.EncryptedData" /> and <see cref="T:System.Security.Cryptography.Xml.EncryptedKey" /> derive. These two classes contain the actual encrypted data or key information in XML encryption. To comply with XML encryption standards, you should use these two derived classes. </para><para>For more information on XML encryption standards, see http://www.w3.org/TR/xmlenc-core/.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the abstract base class from which the classes <see cref="T:System.Security.Cryptography.Xml.EncryptedData" /> and <see cref="T:System.Security.Cryptography.Xml.EncryptedKey" /> derive.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected EncryptedType ();" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This constructor creates a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> class. This class represents the abstract base class from which the classes <see cref="T:System.Security.Cryptography.Xml.EncryptedData" /> and <see cref="T:System.Security.Cryptography.Xml.EncryptedKey" /> derive. To comply with XML encryption standards, you should use the two derived classes. For more information on XML encryption standards, see http://www.w3.org/TR/xmlenc-core/.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> class.</para></summary></Docs></Member><Member MemberName="AddProperty"><MemberSignature Language="C#" Value="public void AddProperty (System.Security.Cryptography.Xml.EncryptionProperty ep);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void AddProperty(class System.Security.Cryptography.Xml.EncryptionProperty ep) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="ep" Type="System.Security.Cryptography.Xml.EncryptionProperty" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method can be used to add &lt;EncryptionProperty&gt; child elements to the &lt;EncryptedProperties&gt; element. The &lt;EncryptedProperties&gt; element provides additional information for the &lt;EncryptedType&gt; element.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds an &lt;EncryptionProperty&gt; child element to the &lt;EncryptedProperties&gt; element in the current <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> object in XML encryption.</para></summary><param name="ep"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty" /> object.</param></Docs></Member><Member MemberName="CipherData"><MemberSignature Language="C#" Value="public virtual System.Security.Cryptography.Xml.CipherData CipherData { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.Xml.CipherData CipherData" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.Xml.CipherData</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The &lt;CipherData&gt; element is a required element in XML encryption that provides the encrypted data. It must either contain the encrypted octet sequence as the base64-encoded text of the <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue" /> property, or provide a reference to an external location containing the encrypted octet sequence using the <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherReference" /> property.</para><para>For more information about this element, see <see cref="T:System.Security.Cryptography.Xml.CipherData" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.CipherData" /> value for an instance of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> class.</para></summary></Docs></Member><Member MemberName="Encoding"><MemberSignature Language="C#" Value="public virtual string Encoding { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string Encoding" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property describes the encoding of the encrypted data. For example, if the encrypted data is a base64-encoded PNG, the encoding could be specified as 'http://www.w3.org/2000/09/xmldsig#base64'.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the Encoding attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> instance in XML encryption.</para></summary></Docs></Member><Member MemberName="EncryptionMethod"><MemberSignature Language="C#" Value="public virtual System.Security.Cryptography.Xml.EncryptionMethod EncryptionMethod { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.Xml.EncryptionMethod EncryptionMethod" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.Xml.EncryptionMethod</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The &lt;EncryptionMethod&gt; is an optional element that describes the encryption algorithm applied to the encrypted data. If the element is absent, the encryption algorithm must be known by the recipient or decryption will fail.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the &lt;EncryptionMethod&gt; element for XML encryption.</para></summary></Docs></Member><Member MemberName="EncryptionProperties"><MemberSignature Language="C#" Value="public virtual System.Security.Cryptography.Xml.EncryptionPropertyCollection EncryptionProperties { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.Xml.EncryptionPropertyCollection EncryptionProperties" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.Xml.EncryptionPropertyCollection</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The &lt;EncryptionProperties&gt; element can contain additional information about the creation of the <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> instance, such as a date and time stamp or the serial number of cryptographic hardware used during encryption.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the &lt;EncryptionProperties&gt; element in XML encryption.</para></summary></Docs></Member><Member MemberName="GetXml"><MemberSignature Language="C#" Value="public abstract System.Xml.XmlElement GetXml ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Xml.XmlElement GetXml() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.XmlElement</ReturnType></ReturnValue><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this method to output the &lt;EncryptedType&gt; element in XML.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Xml.XmlElement" /> object that represents the &lt;EncryptedType&gt; element in XML encryption.</para></returns></Docs></Member><Member MemberName="Id"><MemberSignature Language="C#" Value="public virtual string Id { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string Id" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The Id attribute is an optional attribute of the &lt;EncryptedType&gt; element that provides a standard method for assigning a string identifier to an element within an XML document.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the Id attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> instance in XML encryption.</para></summary></Docs></Member><Member MemberName="KeyInfo"><MemberSignature Language="C#" Value="public System.Security.Cryptography.Xml.KeyInfo KeyInfo { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.Xml.KeyInfo KeyInfo" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.Xml.KeyInfo</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The &lt;KeyInfo&gt; element is an optional element that contains information about the key used to encrypt the data.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets of sets the &lt;KeyInfo&gt; element in XML encryption.</para></summary></Docs></Member><Member MemberName="LoadXml"><MemberSignature Language="C#" Value="public abstract void LoadXml (System.Xml.XmlElement value);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void LoadXml(class System.Xml.XmlElement value) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="value" Type="System.Xml.XmlElement" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this method to load an existing XML element into the <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> object.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Loads XML information into the &lt;EncryptedType&gt; element in XML encryption.</para></summary><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Xml.XmlElement" /> object representing an XML element to use in the &lt;EncryptedType&gt; element.</param></Docs></Member><Member MemberName="MimeType"><MemberSignature Language="C#" Value="public virtual string MimeType { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string MimeType" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The MimeType attribute is an optional attribute that describes the media type of the encrypted data. The value of this attribute is a string with values defined by <see cref="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</see>. For example, if the data that is encrypted is a base64-encoded PNG, the Encoding attribute would be 'http://www.w3.org/2000/09/xmldsig#base64' and the MimeType would be 'image/png'. This attribute is optional and no validation of the MimeType information is required. The attribute does not indicate that the encryption application must do any additional processing. Note that this information may not be necessary if it is already bound to the identifier in the Type attribute.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the MimeType attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> instance in XML encryption.</para></summary></Docs></Member><Member MemberName="Type"><MemberSignature Language="C#" Value="public virtual string Type { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string Type" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The Type attribute is an optional attribute that identifies type information about the text form of the encrypted content. While optional, this is an important attribute and is used in mandatory processing described in <see cref="http://www.w3.org/TR/xmlenc-core/">Processing Rules: Decryption</see> (section 4.2) of the XML Encryption Syntax and Processing specification (http://www.w3.org/TR/xmlenc-core/). If the &lt;EncryptedData&gt; element contains data of type 'element' or element 'content', and replaces that data in an XML document, it is strongly recommended that the Type attribute be provided. Without this information, the application attempting to decrypt the information will be unable to automatically restore the XML document to its original text form.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the Type attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType" /> instance in XML encryption.</para></summary></Docs></Member></Members></Type>