Saves the signer's digital certificate associated with the specified Digital Signature to a file.
public void SaveCertificate(
DicomElement signatureItem,
string fileName,
DicomCertificateFormat format
)
Public Sub SaveCertificate( _
ByVal signatureItem As Leadtools.Dicom.DicomElement, _
ByVal fileName As String, _
ByVal format As Leadtools.Dicom.DicomCertificateFormat _
)
public void SaveCertificate(
Leadtools.Dicom.DicomElement signatureItem,
string fileName,
Leadtools.Dicom.DicomCertificateFormat format
)
function Leadtools.Dicom.DicomDataSet.SaveCertificate(
signatureItem ,
fileName ,
format
)
public:
void SaveCertificate(
Leadtools.Dicom.DicomElement^ signatureItem,
String^ fileName,
Leadtools.Dicom.DicomCertificateFormat format
)
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.
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:
For an example, refer to VerifySignature.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET