mscorlib(4.0.0.0) API with additions
CngKeyCreationOptions.cs
1
namespace
System.Security.Cryptography
2
{
4
[Flags]
5
public
enum
CngKeyCreationOptions
6
{
8
None
= 0x0,
10
MachineKey
= 0x20,
12
OverwriteExistingKey
= 0x80
13
}
14
}
System.Security.Cryptography
Definition:
Aes.cs:3
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Security.Cryptography.CngKeyCreationOptions
CngKeyCreationOptions
Specifies options used for key creation.
Definition:
CngKeyCreationOptions.cs:5
System.Security.Cryptography.CngKeyCreationOptions.MachineKey
A machine-wide key is created.
System.Security.Cryptography.CngKeyCreationOptions.OverwriteExistingKey
The existing key is overwritten during key creation.
All cs
System.Security.Cryptography
CngKeyCreationOptions.cs
Generated by
1.8.15