﻿<?xml version="1.0" encoding="utf-8"?><Type Name="PolicyAssertionCollection" FullName="System.ServiceModel.Description.PolicyAssertionCollection"><TypeSignature Language="C#" Value="public class PolicyAssertionCollection : System.Collections.ObjectModel.Collection&lt;System.Xml.XmlElement&gt;" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PolicyAssertionCollection extends System.Collections.ObjectModel.Collection`1&lt;class System.Xml.XmlElement&gt;" /><AssemblyInfo><AssemblyName>System.ServiceModel</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Collections.ObjectModel.Collection&lt;System.Xml.XmlElement&gt;</BaseTypeName><BaseTypeArguments><BaseTypeArgument TypeParamName="!0">System.Xml.XmlElement</BaseTypeArgument></BaseTypeArguments></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the <see cref="T:System.ServiceModel.Description.PolicyAssertionCollection" /> class to group together policy assertions and to enumerate or modify a group of assertions.</para><para>The <see cref="T:System.ServiceModel.Description.PolicyAssertionCollection" /> is used most frequently as a return value for the methods of the <see cref="T:System.ServiceModel.Description.PolicyConversionContext" /> class. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Contains policy assertions.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public PolicyAssertionCollection ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ServiceModel.Description.PolicyAssertionCollection" /> class.  </para></summary></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public PolicyAssertionCollection (System.Collections.Generic.IEnumerable&lt;System.Xml.XmlElement&gt; list);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IEnumerable`1&lt;class System.Xml.XmlElement&gt; list) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="list" Type="System.Collections.Generic.IEnumerable&lt;System.Xml.XmlElement&gt;" /></Parameters><Docs><param name="list">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ServiceModel.Description.PolicyAssertionCollection" /> class using the specified <see cref="T:System.Xml.XmlElement" /> objects. </para></summary></Docs></Member><Member MemberName="Contains"><MemberSignature Language="C#" Value="public bool Contains (string name, string ns);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool Contains(string name, string ns) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="ns" Type="System.String" /></Parameters><Docs><param name="name">To be added.</param><param name="ns">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a value that indicates whether the collection contains the specified policy assertion.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the collection contains the specified policy assertion; otherwise, false.</para></returns></Docs></Member><Member MemberName="Find"><MemberSignature Language="C#" Value="public System.Xml.XmlElement Find (string name, string ns);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.XmlElement Find(string name, string ns) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.XmlElement</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="ns" Type="System.String" /></Parameters><Docs><param name="name">To be added.</param><param name="ns">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns the specified policy assertion.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The specified policy assertion, or null if the assertion cannot be found.</para></returns></Docs></Member><Member MemberName="FindAll"><MemberSignature Language="C#" Value="public System.Collections.ObjectModel.Collection&lt;System.Xml.XmlElement&gt; FindAll (string name, string ns);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.Collection`1&lt;class System.Xml.XmlElement&gt; FindAll(string name, string ns) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Collections.ObjectModel.Collection&lt;System.Xml.XmlElement&gt;</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="ns" Type="System.String" /></Parameters><Docs><param name="name">To be added.</param><param name="ns">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns all specified policy assertions.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A collection of all policy assertions that match the specification, or an empty collection.</para></returns></Docs></Member><Member MemberName="InsertItem"><MemberSignature Language="C#" Value="protected override void InsertItem (int index, System.Xml.XmlElement item);" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void InsertItem(int32 index, class System.Xml.XmlElement item) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="index" Type="System.Int32" /><Parameter Name="item" Type="System.Xml.XmlElement" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Inserts a specified policy assertion into the collection at the specified index.</para></summary><param name="index"><attribution license="cc4" from="Microsoft" modified="false" />The index at which to insert <paramref name="item" />.</param><param name="item"><attribution license="cc4" from="Microsoft" modified="false" />The policy assertion to insert at <paramref name="index" />. The assertion must not be null.</param></Docs></Member><Member MemberName="Remove"><MemberSignature Language="C#" Value="public System.Xml.XmlElement Remove (string name, string ns);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.XmlElement Remove(string name, string ns) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.XmlElement</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="ns" Type="System.String" /></Parameters><Docs><param name="name">To be added.</param><param name="ns">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Removes the specified policy assertion from the collection.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The policy assertion that was removed from the collection or null if the policy assertion was not in the collection.</para></returns></Docs></Member><Member MemberName="RemoveAll"><MemberSignature Language="C#" Value="public System.Collections.ObjectModel.Collection&lt;System.Xml.XmlElement&gt; RemoveAll (string name, string ns);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.Collection`1&lt;class System.Xml.XmlElement&gt; RemoveAll(string name, string ns) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Collections.ObjectModel.Collection&lt;System.Xml.XmlElement&gt;</ReturnType></ReturnValue><Parameters><Parameter Name="name" Type="System.String" /><Parameter Name="ns" Type="System.String" /></Parameters><Docs><param name="name">To be added.</param><param name="ns">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Removes all policy assertions that match the specified name and namespace.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A collection of all removed policy assertions or an empty collection if no assertions were found that match the specified name and namespace.</para></returns></Docs></Member><Member MemberName="SetItem"><MemberSignature Language="C#" Value="protected override void SetItem (int index, System.Xml.XmlElement item);" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void SetItem(int32 index, class System.Xml.XmlElement item) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="index" Type="System.Int32" /><Parameter Name="item" Type="System.Xml.XmlElement" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Replaces the policy assertion at a specified index with a specified policy assertion.</para></summary><param name="index"><attribution license="cc4" from="Microsoft" modified="false" />The index that contains the assertion to replace.</param><param name="item"><attribution license="cc4" from="Microsoft" modified="false" />The policy assertion to replace the assertion already at <paramref name="index" />. The assertion must not be null.</param></Docs></Member></Members></Type>