Esempio n. 1
0
 public virtual byte[] GetEncoded()
 {
     try
     {
         return(c.GetDerEncoded());
     }
     catch (global::System.Exception ex)
     {
         throw new CrlException(ex.ToString());
     }
 }
Esempio n. 2
0
 public virtual byte[] GetEncoded()
 {
     try
     {
         return(c.GetDerEncoded());
     }
     catch (Exception e)
     {
         throw new CrlException(e.ToString());
     }
 }
Esempio n. 3
0
        public virtual 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);
            }
        }