mscorlib(4.0.0.0) API with additions
CngKeyOpenOptions.cs
1
namespace
System.Security.Cryptography
2
{
4
[Flags]
5
public
enum
CngKeyOpenOptions
6
{
8
None
= 0x0,
10
UserKey
= 0x0,
12
MachineKey
= 0x20,
14
Silent = 0x40
15
}
16
}
System.Security.Cryptography
Definition:
Aes.cs:3
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Security.Cryptography.CngKeyOpenOptions
CngKeyOpenOptions
Specifies options for opening a key.
Definition:
CngKeyOpenOptions.cs:5
System.Security.Cryptography.CngKeyCreationOptions.MachineKey
A machine-wide key is created.
System.Security.Cryptography.CngKeyOpenOptions.UserKey
If the F:System.Security.Cryptography.CngKeyOpenOptions.MachineKey value is not specified,...
All cs
System.Security.Cryptography
CngKeyOpenOptions.cs
Generated by
1.8.15