Visual Basic (Declaration) | |
---|---|
Public Property MethodType As DicomSslMethodType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomOpenSslContextCreationSettings Dim value As DicomSslMethodType instance.MethodType = value value = instance.MethodType |
C# | |
---|---|
public DicomSslMethodType MethodType {get; set;} |
C++/CLI | |
---|---|
public: property DicomSslMethodType MethodType { DicomSslMethodType get(); void set ( DicomSslMethodType value); } |
Property Value
The SSL method type to be used for security verification. The default value is DicomSslMethodType.TlsV1.For an example, refer to Initialize(String,DicomNetSecurityeMode,DicomOpenSslContextCreationSettings).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)