mscorlib(4.0.0.0) API with additions
CngExportPolicies.cs
2 {
4  [Flags]
5  public enum CngExportPolicies
6  {
8  None = 0x0,
10  AllowExport = 0x1,
14  AllowArchiving = 0x4,
17  }
18 }
The private key can be exported multiple times as plaintext.
The private key can be exported one time as plaintext.
CngExportPolicies
Specifies the key export policies for a key.
The private key can be exported one time for archiving purposes.
The private key can be exported multiple times.