.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.

Namespace: Org.IdentityConnectors.Framework.Api
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public RemoteFrameworkConnectionInfo(
	string host,
	int port,
	GuardedString key
)

Parameters

host
Type: System..::..String
The host to connect to
port
Type: System..::..Int32
The port to connect to
key
Type: GuardedString

See Also