Visual Basic (Declaration) | |
---|---|
Public Property MethodType As DicomSslMethodType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomSslMethodType MethodType {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property DicomSslMethodType get_MethodType(); public: __property void set_MethodType( DicomSslMethodType value ); |
C++/CLI | |
---|---|
public: property DicomSslMethodType MethodType { DicomSslMethodType get(); void set (DicomSslMethodType value); } |
Return Value
The SSL method type to be used for security verification. The default value is DicomSslMethodType.TlsV1.For an example, refer to Initialize.
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