MakeReadOnly()
This method converts the OraclePEM instance to read only to prevent further changes.
Declaration
// C# public OraclePEM MakeReadOnly()
Return Value
Returns itself so that multiple calls can be chained.
Remarks
This method must be called before setting the OraclePEM on an OracleConnection.