SecurityFault.SecurityHeaderCode Field

Specifies a SOAP fault code indicating that an error occurred while processing security tokens in a <Security> header and none of the other codes in the SecurityFault class applies.

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

Usage

'Usage
Dim returnValue As XmlQualifiedName
returnValue = SecurityFault.SecurityHeaderCode

Dim sampleValue As XmlQualifiedName
SecurityFault.SecurityHeaderCode = sampleValue

Syntax

'Declaration
Public Shared ReadOnly SecurityHeaderCode As XmlQualifiedName
public static readonly XmlQualifiedName SecurityHeaderCode;
public:
static initonly XmlQualifiedName^ SecurityHeaderCode;
public static XmlQualifiedName SecurityHeaderCode;
public static var SecurityHeaderCode : XmlQualifiedName;

Remarks

When the SecurityFault constructor is used, the SOAP fault code is SecurityHeaderCode.

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

SecurityFault Class
SecurityFault Members
Microsoft.Web.Services3.Security Namespace