Visual Basic (Declaration) | |
---|---|
Public Function GetSignatureDateTime( _ ByVal signatureItem As DicomElement _ ) As DicomDateTimeValue |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomDateTimeValue GetSignatureDateTime( DicomElement signatureItem ) |
Managed Extensions for C++ | |
---|---|
public: DicomDateTimeValue GetSignatureDateTime( DicomElement* signatureItem ) |
C++/CLI | |
---|---|
public: DicomDateTimeValue GetSignatureDateTime( DicomElement^ signatureItem ) |
Parameters
- signatureItem
- The Digital Signatures Sequence Item that corresponds to the Digital Signature. This cannot be null.
Return Value
The Digital Signature DateTime (0400,0105) of the specified Digital Signature. The return value can be a null reference (Nothing in Visual Basic).For an example, refer to VerifySignature.
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.
The following methods can also be used to get information about the Digital Signature:
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family