←Select platform

GetSignatureUID Method

Summary

Returns the Digital Signature UID (0400,0100) of the specified Digital Signature.

Syntax

C#
VB
WinRT C#
C++
public string GetSignatureUID( 
   DicomElement signatureItem 
) 
Public Function GetSignatureUID( _ 
   ByVal signatureItem As Leadtools.Dicom.DicomElement _ 
) As String 
public string GetSignatureUID(  
   Leadtools.Dicom.DicomElement signatureItem 
) 
 function Leadtools.Dicom.DicomDataSet.GetSignatureUID(  
   signatureItem  
) 
public: 
String^ GetSignatureUID(  
   Leadtools.Dicom.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 VB).

Remarks

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:

GetSignatureDateTime

GetSignedElementsCount

GetSignedElement

GetMacTransferSyntax

GetMacAlgorithm

SaveCertificate

Example

For an example, refer to VerifySignature.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly