| Visual Basic (Declaration) | |
|---|---|
ReadOnly Property SslMethodType As DicomSslMethodType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IDicomSecurity Dim value As DicomSslMethodType value = instance.SslMethodType | |
| C# | |
|---|---|
DicomSslMethodType SslMethodType {get;} | |
| C++/CLI | |
|---|---|
property DicomSslMethodType SslMethodType { DicomSslMethodType get(); } | |
Property Value
The SSL method typeTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code