FindSignature method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL FindSignature(BSTR bstrSignatureUID);

Overview

Refer to Working with Digital Signatures.

Remarks

The FindSignature method searches the Data Set for the Digital Signature with the specified Digital Signature UID. If found in the Data Set, the method updates the CurrentElement property with the corresponding Digital Signatures Sequence Item.

Each Digital Signature should be uniquely identified by a UID specified by the Digital Signature UID (0400,0100) under the corresponding Digital Signatures Sequence Item. Use this method to search the whole Data Set for a Digital Signature by knowing its Digital Signature UID.

Once the CurrentElement property is updated with the Digital Signatures Sequence Item, the following methods can be used to verify, delete, or get information about the Digital Signature:

VerifySignature method

DeleteSignature method

GetSignatureUID method

GetSignatureDateTime method

GetSignedElementsCount method

MoveSignedElement method

GetMacTransferSyntax method

GetMacAlgorithm method

SaveCertificate method

You can also use the GetSignaturesCount method and the MoveSignature method to enumerate the Digital Signatures in the main Data Set or in an Item of a Sequence of Items.

See Also

Elements:

GetSignaturesCount method, MoveSignature method, VerifySignature method, DeleteSignature method, GetSignatureUID method, GetSignatureDateTime method, GetSignedElementsCount method, MoveSignedElement method, GetMacTransferSyntax method, GetMacAlgorithm method, SaveCertificate method, CreateSignature method, CurrentElement property

Topics:

Data Sets: Digital Signatures