| SSLConfigSetProperties Method |
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public SSLConfig SetProperties(
Dictionary<string, string> properites
)
Public Function SetProperties (
properites As Dictionary(Of String, String)
) As SSLConfig
public:
SSLConfig^ SetProperties(
Dictionary<String^, String^>^ properites
)
member SetProperties :
properites : Dictionary<string, string> -> SSLConfig
Parameters
- properites
- Type: System.Collections.GenericDictionaryString, String
Return Value
Type:
SSLConfigSee Also