HƯỚNG DẪN NHANH
Hoàn thành thao tác có kiểm soát đầu tiên, không chỉ đọc danh sách năm dòng.
Hướng dẫn nhanh liên kết tới mã mẫu có thể biên dịch, trình tự API chính xác và tài liệu cần thiết để hiểu kết quả.
01
Windows CNG/KSP — chữ ký đầu tiên
1. Verify signed package checksum
2. Install provider package
3. Confirm provider registration
4. Create/open non-exportable key
5. Generate or bind certificate
6. Sign digest with NCryptSignHash
7. Verify signature
8. Collect event log and rollback result02
PKCS#11 — chữ ký đầu tiên
C_Initialize → C_GetSlotList → C_OpenSession → C_Login
→ C_FindObjects* → C_SignInit → C_Sign
→ C_VerifyInit → C_Verify → cleanup03
Trusted SIC API — yêu cầu đầu tiên
POST /v1/signing-requests
Authorization: Bearer ...
Idempotency-Key: ...
X-Correlation-Id: ...
Then read the resource lifecycle before retrying.