mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
|
NewTemplate certName CKA_LABEL,CKA_VALUE
|
||
|
C_GetAttributeValue session certID[i] certName sizeA(certName)
|
||
|
BuildTemplate certName
|
||
|
C_GetAttributeValue session certID[i] certName sizeA(certName)
|
||
|
print i
|
||
|
print certName[0]
|