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.CngKeyUsages

Assembly: System.Security.Cryptography

Specifies the cryptographic operations that a Cryptography Next Generation (CNG) key may be used with.

Values

None
No usage values are assigned to the key.
Decryption
The key can be used for encryption and decryption.
Signing
The key can be used for signing and verification.
KeyAgreement
The key can be used for secret agreement generation and key exchange.
AllUsages
The key can be used for all purposes.