#include "ltdic.h"
L_UINT16 LDicomDS::SaveCertificate(pSignatureItem, pszFilename, uFormat = DICOM_CERTIFICATE_FORMAT_PEM)
Saves the signers digital certificate associated with the specified Digital Signature to a file.
Pointer to a DICOMELEMENT structure that specifies the Digital Signatures Sequence Item which corresponds to the Digital Signature. This cannot be NULL.
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.
The format in which the digital certificate should be saved. Possible values are:
Value | Meaning |
---|---|
DICOM_CERTIFICATE_FORMAT_PEM | [0] Base-64 encoded X.509 Privacy Enhanced Mail (PEM). |
DICOM_CERTIFICATE_FORMAT_DER | [1] Distinguished Encoding Rules (DER) encoded binary X.509. |
Value | Meaning |
---|---|
DICOM_SUCCESS | The function was successful. |
<> DICOM_SUCCESS | An error occurred. Refer to Return Codes. |
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. You can use this function to save this digital certificate to a file.
The following functions can also be used to get information about the Digital Signature:
LDicomDS::GetSignatureDateTime
LDicomDS::GetSignedElementsCount
LDicomDS::GetMacTransferSyntax
Required DLLs and Libraries
Win32, x64
For an example, refer to LDicomDS::VerifySignature.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document