Commit 4dfd91d
committed
Fea #138, 添加ncrypt相关接口
- 添加 NCryptCreatePersistedKey
- 添加 NCryptDeleteKey
- 添加 NCryptExportKey
- 添加 NCryptFinalizeKey
- 添加 NCryptFreeObject
- 添加 NCryptGetProperty
- 添加 NCryptSetProperty
- 添加 NCryptImportKey
- 添加 NCryptIsAlgSupported
- 添加 NCryptOpenKey
- 添加 NCryptOpenStorageProvider
- 添加 NCryptSignHash
- 添加 NCryptEncrypt
- 添加 NCryptDecrypt
- 添加 NCryptCloseProtectionDescriptor
- 添加 NCryptCreateProtectionDescriptor
- 添加 NCryptGetProtectionDescriptorInfo
- 添加 NCryptProtectSecret
- 添加 NCryptUnprotectSecret
- 添加 NCryptDeriveKey
- 添加 NCryptSecretAgreement
- 添加 NCryptVerifySignature1 parent 3462033 commit 4dfd91d
7 files changed
Lines changed: 2586 additions & 2 deletions
File tree
- .github
- src
- Thunks
- YY-Thunks.UnitTest
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
225 | 251 | | |
226 | 252 | | |
227 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
837 | 838 | | |
838 | 839 | | |
839 | 840 | | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
840 | 859 | | |
841 | 860 | | |
842 | 861 | | |
| |||
0 commit comments