コード例 #1
0
ファイル: X509Crl.cs プロジェクト: smdx24/CPI-Source-Code
 public virtual byte[] GetEncoded()
 {
     try
     {
         return(c.GetDerEncoded());
     }
     catch (global::System.Exception ex)
     {
         throw new CrlException(ex.ToString());
     }
 }
コード例 #2
0
 public virtual byte[] GetEncoded()
 {
     try
     {
         return(c.GetDerEncoded());
     }
     catch (Exception e)
     {
         throw new CrlException(e.ToString());
     }
 }
コード例 #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);
            }
        }