Hi
I am trying to create a RSA Key container. Here are the command that I am using:
My problem now is, where is the key container that I have created stored? According to microsoft it is located at:
However I do not have the Application Data folder. How can I find it?
Mike55.
I am trying to create a RSA Key container. Here are the command that I am using:
Code:
1. This creates the key container.
aspnet_regiis -pc "myKey" -exp
2. This grants authority to access the key container.
aspnet_regiis -pa "myKey" "NT AUTHORITY\NETWORK SERVICE"
My problem now is, where is the key container that I have created stored? According to microsoft it is located at:
\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys
However I do not have the Application Data folder. How can I find it?
Mike55.