Re: Re: make CryptSetProviderEx update the provider Name and TypeName to registry

2004-08-21 Thread James Hawkins
I just ran a test programming in windows to see how the registry is changed by called CryptSetProviderEx with the CRYPT_DELETE_DEFAULT flag. When the CRYPT_DELETE_DEFAULT flag is used, the Name value of the Type XXX key is removed, but not the TypeName, which solves the problem of not being able

Re: Re: make CryptSetProviderEx update the provider Name and TypeName to registry

2004-08-20 Thread James Hawkins
I'm working on a test app that I hope wil shine some light on how windows gets the Name and TypeName values back in the registry after they've been deleted. The problem is that the only instance of the Name and TypeName data is in the DllRegisterServer function of the provider dll. I couldn't