Store
Enumerates the possible data protection stores.
Affects which audience will be capable of decrypting data encrypted by this DataProtector.
MachineStore = 0
Any user on the computer on which CryptProtectData is called can use CryptUnprotectData to decrypt the data.
UserStore = 1
Only the user who performed the encryption will be capable of decrypting data encrypted by this DataProtector.