.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The RemoteFrameworkConnectionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RemoteFrameworkConnectionInfo(String, Int32, GuardedString) |
Creates a new instance of RemoteFrameworkConnectionInfo, using
a clear (non-ssl) connection and a 60-second timeout.
|
![]() | RemoteFrameworkConnectionInfo(String, Int32, GuardedString, Boolean, RemoteCertificateValidationCallback, Int32) |
Creates a new instance of RemoteFrameworkConnectionInfo.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object..::..Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides Object..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | CertificateValidationCallback |
Returns the list of [!:TrustManager]'s.
|
![]() | Host |
Returns the host to connect to.
|
![]() | Key | |
![]() | Port |
Returns the port to connect to
|
![]() | Timeout |
Returns the timeout (in milliseconds) to use for the connection.
|
![]() | UseSSL |
Returns true iff we are to use SSL to connect.
|