Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7543449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:25:53+00:00 2026-05-30T08:25:53+00:00

Does .NET detect and use Hardware Cryptographic Accelerator for its cryptography operations (the way

  • 0

Does .NET detect and use Hardware Cryptographic Accelerator for its cryptography operations (the way that it detects GPU and uses it for graphic operations)?

If not, what managed library do you suggest?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T08:25:54+00:00Added an answer on May 30, 2026 at 8:25 am

    .NET is pretty large.

    In Microsoft .NET, under Windows, you’ll find types named:

    • *Managed, e.g. SHA1Managed that are fully managed implementations. There won’t be any hardware acceleration on them;

    • *CryptoServiceProvider, e.g. SHA1CryptoServiceManager that will use CryptoAPI (native) code. If the native CSP has hardware acceleration then you’ll get it.

    • on newer frameworks versions, *CNG (Cryptography Next Generation). That’s the replacement for CryptoAPI – same rules applies (if the native code can use hardware acceleration you’ll get it).

    In Mono, all platforms, you’ll have fully managed implementations (whatever the name of the type) by default.

    Now, in both (MS and Mono), cases you can also use your own (or a third party) implementation. That can even be totally transparent to your application when you use CryptoConfig.CreateFrom (directly or indirectly, e.g. SHA1.Create) and your machine.config file includes a reference to the alternative implementation. This allow you (or anyone else) to add (or replace) any implementation with another (including hardware accelerated) implementation.

    Note: version 4.0 of the framework makes this even easier with the new AddAlgorithm method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of a way to detect recent activity in a VB.net windows
Does .net have a way to determine whether the local filesystem is case-sensitive?
Does .NET have some type of built in function that allows filtering on Gridviews?
Does anyone know how to detect in a OnBeforeUnload event that the server side
I need a way for my .Net Winform app to detect if my app
Does anyone know of any script injection scanners that are able to detect if
We have several projects that use p4.net , a managed DLL, which in turn
My Question: Does a HttpWebResponse.StatusCode detect Asp.Net errors? Mainly a yellow screen of death?
Does .NET come with a class capable of representing extremely large integers, such as
Does .NET Compact Framework 3.5 work on Windows Mobile 2003 SE without limitations?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.