NEAC là đơn vị sự nghiệp công lập, có chức năng khai thác hạ tầng an toàn thông tin phục vụ hoạt động giao dịch điện tử, bao gồm dịch vụ chứng thực chữ ký số và xác thực điện tử.
NEAC có tư cách pháp nhân, có con dấu và tài khoản riêng theo quy định của pháp luật, có trụ sở chính tại Hà Nội.
function PrintPopup() { window.open('/Utilities/PrintView.aspx?distributionid=208145', '', 'width = 890,height = 480,location= yes, resizable=yes,scrollbars=yes, toolbar=no,location=no,menubar=no'); } function EmailPopup(url) { window.open('/Utilities/Email4Friend.aspx?news_url=' + url, '', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false; } function socialShare(type, title, link) { title = typeof title !== 'undefined' ? title : document.title; link = typeof link !== 'undefined' ? link : window.location.href; var eTitle = encodeURIComponent(title); var eLink = encodeURIComponent(link); switch (type) { case 'fb': window.open('http://www.facebook.com/sharer.php?u=' + eLink + '&t=' + eTitle); break; case 'tw': window.open('http://twitter.com/home?status=' + eTitle + ' ' + eLink); break; case 'zm': window.open('http://link.apps.zing.vn/share?u=' + eLink + '&t=' + eTitle); break; case 'lh': window.open('http://linkhay.com/submit?url=' + eLink + '&title=' + eTitle); break; } return false; } function sns_click(type) { var sns_sharekey; if (type == "facebook") { sns_sharekey = 'http://www.facebook.com/sharer.php?u='; } else if (type == "zingme") { sns_sharekey = 'http://link.apps.zing.vn/share?url='; } else if (type == "googleplus") { sns_sharekey = 'https://plus.google.com/share?url='; } u = location.href; t = document.title; window.open(sns_sharekey + encodeURIComponent(u) + '&t=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=626,height=436'); return false; }