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 7964719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:57:36+00:00 2026-06-04T05:57:36+00:00

I am trying to store my public and private keys in a container using

  • 0

I am trying to store my public and private keys in a container using following code:

CspParameters cp = new CspParameters();
cp.KeyContainerName = "Test";
RSACryptoServiceProvider rsa = new RSACryptoServiceProvider(cp);

What I’d like to know is the location of the container. Is the location of the container in the file system?

  • 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-06-04T05:57:38+00:00Added an answer on June 4, 2026 at 5:57 am

    You’ll find the key files in the following directory (*):

    Path.Combine(
        Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), 
        @"Microsoft\Crypto\RSA\MachineKeys")
    

    You can get the filename for a given key as follows:

    CspParameters cp = ...;
    CspKeyContainerInfo info = new CspKeyContainerInfo(cp);
    string fileName = info.UniqueKeyContainerName;
    

    I don’t believe this information is documented, so if you use it you’ll be relying on undocumented implementation details which may not work in future versions of Windows. Unfortunately, it’s sometimes necessary to use it; for example as noted in this question, I don’t think there’s any other reliable way to view permissions for an RSA Key Container from a non-privileged account.

    (*) that’s for machine keys. User-specific keys are presumably under Environment.SpecialFolder.LocalApplicationData

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

Sidebar

Related Questions

I'm trying to store enum in SQLite database using QSql. I have following class:
I'm trying to store data in the following fashion with a string as the
I'm trying to store the user's ID in the session using django.contrib.auth.login . But
I started by trying to store strings in sqlite using python, and got the
I'm trying to generate 900,000 keys and store them to a db. Each value
I'm trying to store a URI as a string in a database, using LINQ.
I am trying to make a program that after it generates a public/private key
Im trying to store a list,collection of data objects in Hbase. For example ,a
I am trying to store/retrieve a value that is stored in the Application Settings.
I'm trying to store member function pointers by templates like this: (This is a

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.