Manages the customer credentials that are passed as a soap header to authenticate the web service call

Namespace:  QFEM_WebServices
Assembly:  QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class AuthenticationHeader : SoapHeader
Visual Basic (Declaration)
Public Class AuthenticationHeader _
	Inherits SoapHeader
Visual C++
public ref class AuthenticationHeader : public SoapHeader

Remarks

Inheritance Hierarchy

System..::.Object
  System.Web.Services.Protocols..::.SoapHeader
    QFEM_WebServices..::.AuthenticationHeader

See Also