System.Security.Cryptography.CngKeyCreationOptions
Specifies options used for key creation.
MachineKey = 32
A machine-wide key is created.
None = 0
No key creation options are used.
OverwriteExistingKey = 128
The existing key is overwritten during key creation.