Policies Class
Represents a collection of policies.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim policies1 As New Policies()
Syntax
'Declaration
Public Class Policies
Implements IDictionary(Of String, Policy), ICollection(Of KeyValuePair(Of String, Policy)), IEnumerable(Of KeyValuePair(Of String, Policy)), IEnumerable, IXmlSerializable
public class Policies : IDictionary<string, Policy>, ICollection<KeyValuePair<string, Policy>>, IEnumerable<KeyValuePair<string, Policy>>, IEnumerable, IXmlSerializable
public ref class Policies : IDictionary<String^, Policy^>, ICollection<KeyValuePair<String^, Policy^>^>, IEnumerable<KeyValuePair<String^, Policy^>^>, IEnumerable, IXmlSerializable
public class Policies implements IDictionary<System.String, Policy>, ICollection<KeyValuePair<System.String, Policy>>, IEnumerable<KeyValuePair<System.String, Policy>>, IEnumerable, IXmlSerializable
JScript does not support Generics.
Remarks
Use the Policies class when securing a SOAP message exchange without a policy file. For more information about using policy without a policy file, see How to: Secure a Client Without Using a Policy File.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Design.Policies
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server