public byte[] GetEncoded() { try { return(c.GetDerEncoded()); } catch (Exception e) { throw new CrlException(e.ToString()); } }
public byte[] GetEncoded() { try { return(c.GetDerEncoded()); } catch (global::System.Exception ex) { throw new CrlException(ex.ToString()); } }
public byte[] GetEncoded() { try { return(c.GetDerEncoded()); IL_0011: byte[] result; return(result); } catch (Exception ex) { throw new CrlException(ex.ToString()); IL_0023: byte[] result; return(result); } }