Security Class

Represents a security header that will be added to the SOAP request.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim security1 As Security

Syntax

'Declaration
Public Class Security
    Inherits WSESoapHeader
public class Security : WSESoapHeader
public ref class Security : WSESoapHeader
public class Security extends WSESoapHeader
public class Security extends WSESoapHeader

Remarks

A security header provides a mechanism for attaching security-related information targeted at a specific receiver. A SOAP message can have multiple security headers.

A typical security header can contain multiple tokens, signatures and encryption keys.

Note

The value of the MustUnderstand property is ignored and always has a value of true.

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services3.Xml.WSESoapHeader
    Microsoft.Web.Services3.Security.Security

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

Target Platforms

See Also

Reference

Security Members
Microsoft.Web.Services3.Security Namespace