SetP12

This method sets the OracleP12 instance for the OracleConnection to use.

Declaration

// C#
public void SetP12(OracleP12 oracleP12)

Parameters

  • oracleP12

The OracleP12 instance to use to open a connection

Exceptions

Throws ORA-50090 when connection is open.

Throws ORA-50095 when oracleP12 is not read only.

Throws ORA-50105 when oracleP12 has overlapping functionalities with the OracleSSO or OraclePEM objects already set on the OracleConnection.

Remarks

OracleSSO, OracleP12, and OraclePEM instances already set on the OracleConnection must not have overlapping functionalities.