GetSignatureUID method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetSignatureUID();

Overview

Refer to Working with Digital Signatures.

Remarks

The GetSignatureUID method gets the Digital Signature UID (0400,0100) of the Digital Signature specified by the CurrentElement property. The CurrentElement property must be updated with the corresponding Digital Signatures Sequence Item before calling the method.

The Digital Signature UID (0400,0100) under the Digital Signatures Sequence Item of a Digital Signature should uniquely identify the Digital Signature. You can use this method to obtain the value of this Data Element.

In addition to this method, the following methods can be used to get information about the Digital Signature:

GetSignatureDateTime method

GetSignedElementsCount method

MoveSignedElement method

GetMacTransferSyntax method

GetMacAlgorithm method

SaveCertificate method

See Also

Elements:

MoveSignature method, FindSignature method, GetSignatureDateTime method, GetSignedElementsCount method, MoveSignedElement method, GetMacTransferSyntax method, GetMacAlgorithm method, SaveCertificate method, CurrentElement property, StringValueCount property, StringValues property

Topics:

Data Sets: Digital Signatures