Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SaveCertificate Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : SaveCertificate Method



signatureItem
The Digital Signatures Sequence Item which corresponds to the Digital Signature. This cannot be null.
fileName
Character string that contains the name of the file to which the digital certificate should be saved. If the file already exists, it will be overwritten.
format
The format in which the digital certificate should be saved.
signatureItem
The Digital Signatures Sequence Item which corresponds to the Digital Signature. This cannot be null.
fileName
Character string that contains the name of the file to which the digital certificate should be saved. If the file already exists, it will be overwritten.
format
The format in which the digital certificate should be saved.
Saves the signer's digital certificate associated with the specified Digital Signature to a file.

Syntax

Visual Basic (Declaration) 
Public Sub SaveCertificate( _
   ByVal signatureItem As DicomElement, _
   ByVal fileName As String, _
   ByVal format As DicomCertificateFormat _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim signatureItem As DicomElement
Dim fileName As String
Dim format As DicomCertificateFormat
 
instance.SaveCertificate(signatureItem, fileName, format)
C# 
public void SaveCertificate( 
   DicomElement signatureItem,
   string fileName,
   DicomCertificateFormat format
)
C++/CLI 
public:
void SaveCertificate( 
   DicomElement^ signatureItem,
   String^ fileName,
   DicomCertificateFormat format
) 

Parameters

signatureItem
The Digital Signatures Sequence Item which corresponds to the Digital Signature. This cannot be null.
fileName
Character string that contains the name of the file to which the digital certificate should be saved. If the file already exists, it will be overwritten.
format
The format in which the digital certificate should be saved.

Example

For an example, refer to VerifySignature.

Remarks

The Certificate of Signer (0400,0115) under the Digital Signatures Sequence Item of a Digital Signature contains the digital certificate of the entity that produced the Digital Signature. Call this method to save this digital certificate to a file.

The following methods can also be used to get information about the Digital Signature:

GetSignatureUID

GetSignatureDateTime

GetSignedElementsCount

GetSignedElement

GetMacTransferSyntax

GetMacAlgorithm

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features