You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			233 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			233 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Type Name="EncryptedKey" FullName="System.Security.Cryptography.Xml.EncryptedKey"> | ||
|  |   <TypeSignature Language="C#" Value="public sealed class EncryptedKey : System.Security.Cryptography.Xml.EncryptedType" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit EncryptedKey extends System.Security.Cryptography.Xml.EncryptedType" /> | ||
|  |   <AssemblyInfo> | ||
|  |     <AssemblyName>System.Security</AssemblyName> | ||
|  |     <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |     <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |   </AssemblyInfo> | ||
|  |   <Base> | ||
|  |     <BaseTypeName>System.Security.Cryptography.Xml.EncryptedType</BaseTypeName> | ||
|  |   </Base> | ||
|  |   <Interfaces /> | ||
|  |   <Docs> | ||
|  |     <since version=".NET 2.0" /> | ||
|  |     <remarks> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>This class represents the <EncryptedKey> element in XML encryption. The <EncryptedKey> element is used to send encryption keys. It can be created in a stand-alone XML document, be placed within an application document, or be inside an <EncryptedData> element as a child of a <KeyInfo> element. The key value is always encrypted to the recipient. When <EncryptedKey> is decrypted, the resulting key is made available to the <EncryptionMethod> algorithm without any additional processing.</para> | ||
|  |       <para>The <EncryptedKey> element is similar to the <EncryptedData> element of the <see cref="T:System.Security.Cryptography.Xml.EncryptedData" /> class except that the data encrypted is always a key value. </para> | ||
|  |     </remarks> | ||
|  |     <summary> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Represents the <EncryptedKey> element in XML encryption. This class cannot be inherited.</para> | ||
|  |     </summary> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public EncryptedKey ();" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig 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.EncryptedKey" /> class. For more information on XML encryption standards, see the XML Encryption Syntax and Processing document at 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.EncryptedKey" /> class.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="AddReference"> | ||
|  |       <MemberSignature Language="C#" Value="public void AddReference (System.Security.Cryptography.Xml.DataReference dataReference);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void AddReference(class System.Security.Cryptography.Xml.DataReference dataReference) 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="dataReference" Type="System.Security.Cryptography.Xml.DataReference" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <since version=".NET 2.0" /> | ||
|  |         <remarks> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>This method adds a <see cref="T:System.Security.Cryptography.Xml.DataReference" /> object to the <see cref="P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList" /> property of the <see cref="T:System.Security.Cryptography.Xml.EncryptedKey" /> object. The <DataReference> element points to encrypted data that was encrypted using the key specified in the <EncryptedKey> element.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Adds a <DataReference> element to the <ReferenceList> element.</para> | ||
|  |         </summary> | ||
|  |         <param name="dataReference"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Security.Cryptography.Xml.DataReference" /> object to add to the <see cref="P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList" /> property.</param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="AddReference"> | ||
|  |       <MemberSignature Language="C#" Value="public void AddReference (System.Security.Cryptography.Xml.KeyReference keyReference);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void AddReference(class System.Security.Cryptography.Xml.KeyReference keyReference) 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="keyReference" Type="System.Security.Cryptography.Xml.KeyReference" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <since version=".NET 2.0" /> | ||
|  |         <remarks> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>This method adds A <see cref="T:System.Security.Cryptography.Xml.KeyReference" /> object to the <see cref="P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList" /> property of the <see cref="T:System.Security.Cryptography.Xml.EncryptedKey" /> object. The <KeyReference> element points to an encrypted key that was encrypted using the key specified in the <EncryptedKey> element.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Adds a <KeyReference> element to the <ReferenceList> element.</para> | ||
|  |         </summary> | ||
|  |         <param name="keyReference"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Security.Cryptography.Xml.KeyReference" /> object to add to the <see cref="P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList" /> property.</param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="CarriedKeyName"> | ||
|  |       <MemberSignature Language="C#" Value="public string CarriedKeyName { get; set; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance string CarriedKeyName" /> | ||
|  |       <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 <CarriedKeyName> element is an optional element that associates a user-readable name with a key value. This name can then be used to reference the key using the <KeyName> element within the <KeyInfo> element. The same <CarriedKeyName> element value, unlike an ID value, can occur multiple times within a single document. The value of the key must be the same in all <EncryptedKey> elements identified with the same <CarriedKeyName> name within an XML document. Note that because white space is significant in the value of the <KeyName> element, white space is also significant in the value of the <CarriedKeyName> element.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or sets the optional <CarriedKeyName> element in XML encryption.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="GetXml"> | ||
|  |       <MemberSignature Language="C#" Value="public override System.Xml.XmlElement GetXml ();" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig 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 <EncryptedKey> 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.EncryptedKey" /> object.</para> | ||
|  |         </summary> | ||
|  |         <returns> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>An <see cref="T:System.Xml.XmlElement" /> that represents the <EncryptedKey> element in XML encryption.</para> | ||
|  |         </returns> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="LoadXml"> | ||
|  |       <MemberSignature Language="C#" Value="public override void LoadXml (System.Xml.XmlElement value);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig 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 <EncryptedKey> element represented by the <see cref="T:System.Security.Cryptography.Xml.EncryptedData" /> object.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Loads the specified XML information into the <EncryptedKey> element in XML encryption.</para> | ||
|  |         </summary> | ||
|  |         <param name="value"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Xml.XmlElement" /> representing an XML element to use for the <EncryptedKey> element.</param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Recipient"> | ||
|  |       <MemberSignature Language="C#" Value="public string Recipient { get; set; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance string Recipient" /> | ||
|  |       <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 <Recipient> attribute is an optional attribute that contains information about which recipient this encrypted key value is intended for. Its contents are application dependent.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or sets the optional Recipient attribute in XML encryption.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="ReferenceList"> | ||
|  |       <MemberSignature Language="C#" Value="public System.Security.Cryptography.Xml.ReferenceList ReferenceList { get; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.Xml.ReferenceList ReferenceList" /> | ||
|  |       <MemberType>Property</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.Security.Cryptography.Xml.ReferenceList</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <value>To be added.</value> | ||
|  |         <since version=".NET 2.0" /> | ||
|  |         <remarks> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>The <ReferenceList> element is an optional element that contains pointers to data and keys encrypted using this key. The reference list can contain multiple references to the <EncryptedKey>and <EncryptedData> elements using the <KeyReference> and <DataReference> elements respectively.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or sets the <ReferenceList> element in XML encryption.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |