- signatureItem
- The Digital Signatures Sequence Item that corresponds to the Digital Signature. This cannot be null.
Visual Basic (Declaration) | |
---|---|
Public Function GetSignatureUID( _ ByVal signatureItem As DicomElement _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string GetSignatureUID( DicomElement signatureItem ) |
C++/CLI | |
---|---|
public: String^ GetSignatureUID( DicomElement^ signatureItem ) |
Parameters
- signatureItem
- The Digital Signatures Sequence Item that corresponds to the Digital Signature. This cannot be null.
Return Value
The Digital Signature UID (0400,0100) 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 UID (0400,0100) under the Digital Signatures Sequence Item of a
Digital Signature should uniquely identify the Digital Signature. Call 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family