Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Cryptography.CngExportPolicies
Assembly: System.Security.Cryptography
Specifies the key export policies for a key.
Values
None
The key is not exportable.
AllowExport
The private key can be exported multiple times.
AllowPlaintextExport
The private key can be exported multiple times as plaintext.
AllowArchiving
The private key can be exported one time for archiving purposes.
AllowPlaintextArchiving
The private key can be exported one time as plaintext.