Visual Basic (Declaration) | |
---|---|
Public Sub SaveCertificate( _ ByVal signatureItem As DicomElement, _ ByVal fileName As String, _ ByVal format As DicomCertificateFormat _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SaveCertificate( DicomElement signatureItem, string fileName, DicomCertificateFormat format ) |
Managed Extensions for 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.
For an example, refer to VerifySignature.
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:
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family