How do I remove my Key from the crypto service provider?

  • Thread starter Thread starter BuddyWork
  • Start date Start date
B

BuddyWork

Hello,

Basically because the key is installed in the CSP when
compiling the code the first time. Then the next time I
compile the code the strong name file is not required
because it gets its from the CSP, but if I want to remove
it from the CSP for security reasons, how do I do this.

See the comments in the AssemblyInfo.cs that is added by
Microsoft.

Thanks,
 
Back
Top