GetSignatureDateTime method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short GetSignatureDateTime();

Overview

Refer to Working with Digital Signatures.

Remarks

The GetSignatureDateTime method gets the Digital Signature DateTime (0400,0105) 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 DateTime (0400,0105) under the Digital Signatures Sequence Item of a Digital Signature specifies the date and time the Digital Signature was created. 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:

GetSignatureUID method

GetSignedElementsCount method

MoveSignedElement method

GetMacTransferSyntax method

GetMacAlgorithm method

SaveCertificate method

See Also

Elements:

MoveSignature method, FindSignature method, GetSignatureUID method, GetSignedElementsCount method, MoveSignedElement method, GetMacTransferSyntax method, GetMacAlgorithm method, SaveCertificate method, CurrentElement property, DateTimeValueCount property, DateTimeValues property

Topics:

Data Sets: Digital Signatures