Partager via


SignatureConfirmationCollection.ContainsSignatureValue Method

Gets a value indicating whether SignatureConfirmationCollection contains a signature confirmation with a SignatureValue that matches the specified signature value.

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

Usage

'Usage
Dim signatureValue() As Byte
Dim returnValue As Boolean
Dim signatureConfirmationCollection1 As SignatureConfirmationCollection
returnValue = signatureConfirmationCollection1.ContainsSignatureValue(signatureValue)

Syntax

'Declaration
Public Function ContainsSignatureValue( _
    ByVal signatureValue() As Byte _
) As Boolean
public bool ContainsSignatureValue(
    byte[] signatureValue
);
public:
bool ContainsSignatureValue(
    array<unsigned char>^ signatureValue
);
public boolean ContainsSignatureValue(
    ubyte[] signatureValue
);
public function ContainsSignatureValue(
     signatureValue : Byte[]
) : Boolean;

Parameters

  • signatureValue
    The signature value to match.

Return Value

true if SignatureConfirmationCollection contains a signature confirmation with a SignatureValue that matches the specified signature value; 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