MakeReadOnly()

This method converts the OracleP12 instance to read only to prevent further changes.

Declaration

// C#
public OracleP12 MakeReadOnly()

Return Value

Returns itself so that multiple calls can be chained.

Remarks

This method must be called before setting the OracleP12 on an OracleConnection.