←Select platform

DicomCertificateFormat Enumeration

Summary
Specifies the format in which the digital certificate should be saved.
Syntax
C#
Objective-C
C++/CLI
public enum DicomCertificateFormat   
typedef NS_ENUM(NSInteger, LTDicomCertificateFormat) { 
	LTDicomCertificateFormatPem = 0,  
	LTDicomCertificateFormatDer = 1,  
}; 
public enum class DicomCertificateFormat   
Members
ValueMemberDescription
0Pem Base-64 encoded X.509 Privacy Enhanced Mail (PEM).
1Der Distinguished Encoding Rules (DER) encoded binary X.509.
Requirements

Target Platforms

Help Version 22.0.2023.1.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.