C#
Objective-C
C++
public DicomSslMethodType MethodType { get; set; }
@property (nonatomic, assign) LTDicomSslMethodType methodType;
public:
property DicomSslMethodType MethodType {
DicomSslMethodType get();
void set ( DicomSslMethodType value);
}
The SSL method type to be used for security verification. The default value is DicomSslMethodType.TlsV1.
For an example, refer to Initialize.
DicomOpenSslContextCreationSettings Class