mscorlib(4.0.0.0) API with additions
CngPropertyOptions.cs
1
namespace
System.Security.Cryptography
2
{
4
[Flags]
5
public
enum
CngPropertyOptions
6
{
8
None
= 0x0,
10
CustomProperty
= 0x40000000,
12
Persist
=
int
.MinValue
13
}
14
}
System.Security.Cryptography
Definition:
Aes.cs:3
System.Security.Cryptography.CngPropertyOptions.CustomProperty
The property is not specified by CNG. Use this option to avoid future name conflicts with CNG propert...
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Security.Cryptography.CngPropertyOptions.Persist
The property should be persisted.
System.Security.Cryptography.CngPropertyOptions
CngPropertyOptions
Specifies Cryptography Next Generation (CNG) key property options.
Definition:
CngPropertyOptions.cs:5
All cs
System.Security.Cryptography
CngPropertyOptions.cs
Generated by
1.8.15