📄 readme.txt
字号:
Initialize Client
The INITUSER sample sets up the default cryptographic client. This sample
(or its equivalent) must be run prior to running the other cryptography
samples, so that they will work correctly.
The following operations are performed:
1. A default key container is created.
2. A digital signature key pair is created within the key container.
3. A key exchange key pair is created within the key container.
These operations only need to be done once, unless the operating system
is reinstalled. If the default key container and key pairs have already
been created, this sample performs no operations.
The INITUSER sample uses the following CryptoAPI functions:
CryptAcquireContext
CryptGetProvParam
CryptGenKey
CryptGetUserKey
CryptDestroyKey
CryptReleaseContext
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -