Click or drag to resize

IZfePropertyKeys Interface

An object that contains the supported ZfeProperty key values.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface IZfePropertyKeys

The IZfePropertyKeys type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCertificateWhitelist
The key value for hosts whose certificates are trusted.
Public propertyCode exampleLogLevel
The key value for setting the logging level.
Public propertyCode exampleLogPath
The key value for the log path. The specified path must exist.
Public propertyCode examplePreserveSessionOnDisconnect
The key value for controlling the behavior when disconnecting from the session server.
Public propertyCode exampleSessionServerUrl
The key value for the session server URL.
Public propertyCode exampleUserDomain
The key value for specifying a domain when connecting to a session server.
Public propertyCode exampleUserName
The key value for specifying a user name when connecting to a session server.
Public propertyCode exampleUserPassword
The key value for specifying a user's password when connecting to a session server.
Top
See Also