i resloved this issue.
Problem is i was trying to read ssl certificate using direct path i.e OracleConfiguration.WalletLocation = “C:\app\oracle\wallet”. .net is unalbe to read this.
Solution I add my certificate in windows certificate store then i changed my wallet location to OracleConfiguration.WalletLocation = “(SOURCE = (METHOD = MCS))”;
Then it works
CLICK HERE to find out more related problems solutions.