Esempio n. 1
0
        //void RequestUsagesArrayAsync([MarshalAs(UnmanagedType.Interface)] nsICertVerificationListener cvl);


        public void ExportAsCMS(uint chainMode, ref uint length, ref byte[] data)
        {
            _cert3.ExportAsCMS(chainMode, ref length, ref data);
        }
        //void RequestUsagesArrayAsync([MarshalAs(UnmanagedType.Interface)] nsICertVerificationListener cvl);


        public void ExportAsCMS(uint chainMode, ref uint length, ref System.IntPtr[] data)
        {
            _cert3.ExportAsCMS(chainMode, ref length, ref data);
        }