Acquiring a Cryptographic Context and Generating Keys
This section includes:
- Example C Program: Creating a Key Container and Generating Keys.
- Example C Program: Using CryptAcquireContext.
- Example C Program: Enumerating CSP Providers and Provider Types.
- Example C Program: Deriving a Session Key from a Password.
- Example C Program: Duplicating a Session Key.
- Example C Program: Setting and Getting Session Key Parameters.
- Working with Keys from Various CSPs.
- Procedure for Storing a Session Key.
- Procedure for Storing Session Keys Using a Backup Authority.
- Example C Program: Exporting a Session Key.