Share via


SignatureConfirmation Constructor (XmlElement)

Initializes a new instance of the SignatureConfirmation class using the specified XML element.

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

Usage

'Usage
Dim element As XmlElement
Dim signatureConfirmation1 As New SignatureConfirmation(element)

Syntax

'Declaration
Public Sub New( _
    ByVal element As XmlElement _
)
public SignatureConfirmation(
    XmlElement element
);
public:
SignatureConfirmation(
    XmlElement^ element
);
public SignatureConfirmation(
    XmlElement element
);
public function SignatureConfirmation(
     element : XmlElement
);

Parameters

  • element
    The System.Xml.XmlElement that contains the signature confirmation.

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

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