System.Security.Cryptography.CngKeyCreationOptions
Specifies options used for key creation.
namespace System.Security.Cryptography
{
public enum CngKeyCreationOptions
{
None = 0,
MachineKey = 32,
OverwriteExistingKey = 128
}
}