﻿<?xml version="1.0" encoding="utf-8"?><Type Name="X509Certificate2Collection" FullName="System.Security.Cryptography.X509Certificates.X509Certificate2Collection"><TypeSignature Language="C#" Value="public class X509Certificate2Collection : System.Security.Cryptography.X509Certificates.X509CertificateCollection" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit X509Certificate2Collection extends System.Security.Cryptography.X509Certificates.X509CertificateCollection" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Security.Cryptography.X509Certificates.X509CertificateCollection</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> store is opened, the result is represented by an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. If you are familiar with the unmanaged Cryptographic API constructs, you can think of an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> as a memory store of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a collection of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public X509Certificate2Collection ();" /><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 an empty <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object, which is unlike the other constructors that use certificate or collection information to create the object.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> class without any <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> information.</para></summary></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public X509Certificate2Collection (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> class using an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object.</para></summary><param name="certificate"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object to start the collection from.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public X509Certificate2Collection (System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="certificates" Type="System.Security.Cryptography.X509Certificates.X509Certificate2[]" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> class using an array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects.</para></summary><param name="certificates"><attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects. </param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public X509Certificate2Collection (System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="certificates" Type="System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> class using the specified certificate collection.</para></summary><param name="certificates"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. </param></Docs></Member><Member MemberName="Add"><MemberSignature Language="C#" Value="public int Add (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance int32 Add(class System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method adds an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object to a collection and returns the index location of the certificate.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds an object to the end of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> index at which the <paramref name="certificate" /> has been added.</para></returns><param name="certificate"><attribution license="cc4" from="Microsoft" modified="false" />An X.509 certificate represented as an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object. </param></Docs></Member><Member MemberName="AddRange"><MemberSignature Language="C#" Value="public void AddRange (System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void AddRange(class System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("Method isn't transactional (like documented)")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="certificates" Type="System.Security.Cryptography.X509Certificates.X509Certificate2[]" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this method if you have an array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects to add to an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. The <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> and <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> methods process requests transactionally, so that if a single add or remove fails, the entire operation is aborted.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects in an array to the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="certificates"><attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects. </param></Docs></Member><Member MemberName="AddRange"><MemberSignature Language="C#" Value="public void AddRange (System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void AddRange(class System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("Method isn't transactional (like documented)")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="certificates" Type="System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this method if you have certificates in an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object that you want to add to another <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. The <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> and <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> methods process requests transactionally, so that if a single add or remove fails, the entire operation is aborted.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects in an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object to another <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="certificates"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. </param></Docs></Member><Member MemberName="Contains"><MemberSignature Language="C#" Value="public bool Contains (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool Contains(class System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method performs a linear search; therefore, the average execution time is proportional to the <see cref="P:System.Collections.CollectionBase.Count" /> property. That is, this method is an O(<paramref name="n" />) operation, where <paramref name="n" /> is <see cref="P:System.Collections.CollectionBase.Count" />.</para><para>This method determines equality by calling the <see cref="M:System.Object.Equals(System.Object)" /> method.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines whether the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object contains a specific certificate.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> contains the specified <paramref name="certificate" />; otherwise, false.</para></returns><param name="certificate"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object to locate in the collection. </param></Docs></Member><Member MemberName="Export"><MemberSignature Language="C#" Value="public byte[] Export (System.Security.Cryptography.X509Certificates.X509ContentType contentType);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance unsigned int8[] Export(valuetype System.Security.Cryptography.X509Certificates.X509ContentType contentType) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("only support X509ContentType.Cert")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Byte[]</ReturnType></ReturnValue><Parameters><Parameter Name="contentType" Type="System.Security.Cryptography.X509Certificates.X509ContentType" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method supports content types that do not require a password.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Exports X.509 certificate information into a byte array.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>X.509 certificate information in a byte array.</para></returns><param name="contentType"><attribution license="cc4" from="Microsoft" modified="false" />A supported <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType" /> object. </param></Docs></Member><Member MemberName="Export"><MemberSignature Language="C#" Value="public byte[] Export (System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance unsigned int8[] Export(valuetype System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("only support X509ContentType.Cert")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Byte[]</ReturnType></ReturnValue><Parameters><Parameter Name="contentType" Type="System.Security.Cryptography.X509Certificates.X509ContentType" /><Parameter Name="password" Type="System.String" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method supports the following <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType" /> types: </para><list type="bullet"><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Cert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedCert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pfx" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedStore" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs7" /></para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Exports X.509 certificate information into a byte array using a password.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>X.509 certificate information in a byte array.</para></returns><param name="contentType"><attribution license="cc4" from="Microsoft" modified="false" />A supported <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType" /> object. </param><param name="password"><attribution license="cc4" from="Microsoft" modified="false" />A string used to protect the byte array. </param></Docs></Member><Member MemberName="Find"><MemberSignature Language="C#" Value="public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find (System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(valuetype System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("Does not support X509FindType.FindByTemplateName, FindByApplicationPolicy and FindByCertificatePolicy")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Security.Cryptography.X509Certificates.X509Certificate2Collection</ReturnType></ReturnValue><Parameters><Parameter Name="findType" Type="System.Security.Cryptography.X509Certificates.X509FindType" /><Parameter Name="findValue" Type="System.Object" /><Parameter Name="validOnly" Type="System.Boolean" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this method to find <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects if no user interaction is needed. Use the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)" /> method to allow the user to select <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects.</para><para>Note that this method can be used in a cascading or nested style, narrowing the search criteria with each call to the method.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Searches an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object using the search criteria specified by the <see cref="T:System.Security.Cryptography.X509Certificates.X509FindType" /> enumeration and the <paramref name="findValue" /> object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></returns><param name="findType"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509FindType" />  values. </param><param name="findValue"><attribution license="cc4" from="Microsoft" modified="false" />The search criteria as an object. </param><param name="validOnly"><attribution license="cc4" from="Microsoft" modified="false" />true to allow only valid certificates to be returned from the search; otherwise, false. </param></Docs></Member><Member MemberName="GetEnumerator"><MemberSignature Language="C#" Value="public System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator</ReturnType></ReturnValue><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Enumerators allow read-only access to data in the collection. Enumerators cannot be used to modify the underlying collection.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns an enumerator that can iterate through a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator" /> object that can iterate through the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></returns></Docs></Member><Member MemberName="Import"><MemberSignature Language="C#" Value="public void Import (byte[] rawData);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Import(unsigned int8[] rawData) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("same limitations as X509Certificate2.Import")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="rawData" Type="System.Byte[]" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method imports a certificate in the form of a byte array into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. This method supports the following <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType" /> types: </para><list type="bullet"><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Cert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedCert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pfx" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedStore" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs7" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Authenticode" /></para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Imports a certificate in the form of a byte array into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="rawData"><attribution license="cc4" from="Microsoft" modified="false" />A byte array containing data from an X.509 certificate. </param></Docs></Member><Member MemberName="Import"><MemberSignature Language="C#" Value="public void Import (string fileName);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Import(string fileName) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("same limitations as X509Certificate2.Import")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="fileName" Type="System.String" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method supports the following <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType" /> types: </para><list type="bullet"><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Cert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedCert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pfx" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedStore" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs7" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Authenticode" /></para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Imports a certificate file into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="fileName"><attribution license="cc4" from="Microsoft" modified="false" />The name of the file containing the certificate information. </param></Docs></Member><Member MemberName="Import"><MemberSignature Language="C#" Value="public void Import (byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Import(unsigned int8[] rawData, string password, valuetype System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("same limitations as X509Certificate2.Import")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="rawData" Type="System.Byte[]" /><Parameter Name="password" Type="System.String" /><Parameter Name="keyStorageFlags" Type="System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method can be used with a PFX/PKCS12 binary large object (BLOB) protected by a password. Key containers associated with certificates in the PFX/PKCS12 BLOB can be created and the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" /> value can be used to control this process. Note that if you do not create a key container, the private key is not persisted.</para><para>This method imports a certificate byte array into a collection of certificates. This method supports the following <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType" /> types: </para><list type="bullet"><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Cert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedCert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pfx" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedStore" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs7" /></para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Imports a certificate, in the form of a byte array that requires a password to access the certificate, into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="rawData"><attribution license="cc4" from="Microsoft" modified="false" />A byte array containing data from an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object. </param><param name="password"><attribution license="cc4" from="Microsoft" modified="false" />The password required to access the certificate information. </param><param name="keyStorageFlags"><attribution license="cc4" from="Microsoft" modified="false" />A bitwise combination of the enumeration values that control how and where the certificate is imported. </param></Docs></Member><Member MemberName="Import"><MemberSignature Language="C#" Value="public void Import (string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Import(string fileName, string password, valuetype System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("same limitations as X509Certificate2.Import")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="fileName" Type="System.String" /><Parameter Name="password" Type="System.String" /><Parameter Name="keyStorageFlags" Type="System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method can be used with a PFX/PKCS12 file or other certificate files that require a password. Key containers associated with certificates in the PFX/PKCS12 file can be created and <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" /> value can be used to control this process. Note that if you do not create a key container, the private key is not persisted.</para><para>Note that a PFX/PKCS12 file can contain more than one certificate. This method imports the first certificate associated with the private key or, if no private key is found, the first certificate found.</para><para>This method supports the following <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType" /> types: </para><list type="bullet"><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Cert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedCert" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pfx" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.SerializedStore" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs7" /></para></item><item><para><see cref="F:System.Security.Cryptography.X509Certificates.X509ContentType.Authenticode" /></para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Imports a certificate file that requires a password into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="fileName"><attribution license="cc4" from="Microsoft" modified="false" />The name of the file containing the certificate information. </param><param name="password"><attribution license="cc4" from="Microsoft" modified="false" />The password required to access the certificate information. </param><param name="keyStorageFlags"><attribution license="cc4" from="Microsoft" modified="false" />A bitwise combination of the enumeration values that control how and where the certificate is imported. </param></Docs></Member><Member MemberName="Insert"><MemberSignature Language="C#" Value="public void Insert (int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Insert(int32 index, class System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) 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="index" Type="System.Int32" /><Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>If the <see cref="P:System.Collections.CollectionBase.Count" /> property already equals the capacity of the list, the capacity is doubled by automatically reallocating the internal array before the new element is inserted.</para><para>If <paramref name="index" /> is equal to <see cref="P:System.Collections.CollectionBase.Count" />, <paramref name="certificate" /> is added to the end of the collection.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Inserts an object into the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object at the specified index.</para></summary><param name="index"><attribution license="cc4" from="Microsoft" modified="false" />The zero-based index at which to insert <paramref name="certificate" />. </param><param name="certificate"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object to insert. </param></Docs></Member><Member MemberName="Item"><MemberSignature Language="C#" Value="public System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Security.Cryptography.X509Certificates.X509Certificate2 Item(int32)" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Security.Cryptography.X509Certificates.X509Certificate2</ReturnType></ReturnValue><Parameters><Parameter Name="index" Type="System.Int32" /></Parameters><Docs><param name="index">To be added.</param><summary>To be added.</summary><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /></Docs></Member><Member MemberName="Remove"><MemberSignature Language="C#" Value="public void Remove (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Remove(class System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) 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="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method removes the first occurrence of a certificate.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Removes the first occurrence of a certificate from the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="certificate"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> object to be removed from the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. </param></Docs></Member><Member MemberName="RemoveRange"><MemberSignature Language="C#" Value="public void RemoveRange (System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void RemoveRange(class System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("Method isn't transactional (like documented)")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="certificates" Type="System.Security.Cryptography.X509Certificates.X509Certificate2[]" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this method if you have an array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects to remove from an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. The <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> and <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> methods process requests transactionally, so that if a single add or remove fails, the entire operation is aborted.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Removes multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects in an array from an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="certificates"><attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects. </param></Docs></Member><Member MemberName="RemoveRange"><MemberSignature Language="C#" Value="public void RemoveRange (System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void RemoveRange(class System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.MonoTODO("Method isn't transactional (like documented)")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="certificates" Type="System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use this method if you have certificates in an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object that you want to remove from another <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. The <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> and <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])" /> methods process requests transactionally, so that if a single add or remove fails, the entire operation is aborted.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Removes multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" /> objects in an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object from another <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object.</para></summary><param name="certificates"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection" /> object. </param></Docs></Member></Members></Type>