See what membership includes, hear from members, and explore what Colorado's CPA community offers.
Students, emerging professionals, practicing CPAs, independent accountants — see all paths to membership in one view.
Your onboarding checklist, Connect setup guide, and member ambassador introductions — all in one place.
Browse 1,000+ live and on-demand courses, your CPE calendar, free Surgent library, and your transcript.
Accounting & auditing, tax, members in industry, or technology — CPE and resources for your practice.
Career Center, LeadFit leadership programs, Coaching Collaborative, and career development resources.
Member events calendar, networking events, and signature COCPA events — all in one view with easy filtering.
Find your group — tax, technology, industry, emerging professionals, DEI, and more. Join the conversations.
Preferred partners, member savings program, Verifyle, and other benefits included with your membership.
Meet this year's Everyday Heroes and Women to Watch. See past honorees and nominate a peer for recognition.
Speak for COCPA, write for NewsAccount, share a member milestone, or contribute to the profession's story.
Serve on a committee, join the board, mentor emerging professionals, or support the Educational Foundation.
The issues we're monitoring, the legislation we're shaping, and how COCPA advocates on behalf of Colorado CPAs.
Supporting students, aspiring CPAs, and the future of the profession — including the Educational Foundation and scholarships.
Support CPA-PAC, connect with legislators, and help build champions for the profession in Colorado.
) to manage cryptographic keys, including support for software-based and TPM-based providers. For complete technical documentation, visit Microsoft Learn Microsoft Learn NCryptOpenStorageProvider function (ncrypt.h) - Win32 apps
Microsoft ships several standard providers with Windows: ncryptopenstorageprovider
Returns ERROR_SUCCESS (0) on success, or an NTE_* error code. ) to manage cryptographic keys, including support for
: Official Microsoft Learn documentation warns that a service must never call this function from its StartService routine, as it can cause a deadlock. ) to manage cryptographic keys
This is a null-terminated wide character string. Use one of the predefined constants or the explicit name of a third-party KSP.
bool GetHsmProviderHandle() if (g_hHsmProvider) return true; return NCryptOpenStorageProvider(&g_hHsmProvider, L"MyEnterpriseHSMProvider", 0) == ERROR_SUCCESS;
The function is defined in the header ncrypt.h and links against ncrypt.lib . Its signature is as follows: