.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01

The RemoteFrameworkConnectionInfo type exposes the following members.

Constructors

  NameDescription
Public methodRemoteFrameworkConnectionInfo(String, Int32, GuardedString)
Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.
Public methodRemoteFrameworkConnectionInfo(String, Int32, GuardedString, Boolean, RemoteCertificateValidationCallback, Int32)
Creates a new instance of RemoteFrameworkConnectionInfo.

Methods

  NameDescription
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCertificateValidationCallback
Returns the list of [!:TrustManager]'s.
Public propertyHost
Returns the host to connect to.
Public propertyKey
Public propertyPort
Returns the port to connect to
Public propertyTimeout
Returns the timeout (in milliseconds) to use for the connection.
Public propertyUseSSL
Returns true iff we are to use SSL to connect.

See Also