SessionProperties.SSLClientPrivateKeyFilePassword Property

Solclient

SessionPropertiesSSLClientPrivateKeyFilePassword Property
version: 7.2.1.27
The password to decrypt and read the SSLClientPrivateKeyFile. This property is optional. When specified, a value of "" (or empty string) will cause a ParamOutOfRange failure when connecting the session.
Default: null

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string SSLClientPrivateKeyFilePassword { get; set; }
Public Property SSLClientPrivateKeyFilePassword As String
	Get
	Set
public:
property String^ SSLClientPrivateKeyFilePassword {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
See Also