Partager via


SignatureConfirmationCollection.ContainsReference Method

Gets a value indicating whether SignatureConfirmationCollection contains a signature confirmation with an Id property that matches the specified Id attribute.

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

Usage

'Usage
Dim reference As String
Dim returnValue As Boolean
Dim signatureConfirmationCollection1 As SignatureConfirmationCollection
returnValue = signatureConfirmationCollection1.ContainsReference(reference)

Syntax

'Declaration
Public Function ContainsReference( _
    ByVal reference As String _
) As Boolean
public bool ContainsReference(
    string reference
);
public:
bool ContainsReference(
    String^ reference
);
public boolean ContainsReference(
    System.String reference
);
public function ContainsReference(
     reference : String
) : Boolean;

Parameters

  • reference
    The value of the Id attribute to match.

Return Value

true if SignatureConfirmationCollection contains a signature confirmation with an Id property that matches the specified Id attribute; otherwise, false.

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

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