public C_GetMechanismList ( uint slotId, CKM mechanismList, uint &count ) : CKR | ||
slotId | uint | The ID of the token's slot |
mechanismList | CKM | /// If set to null then the number of mechanisms is returned in "count" parameter, without actually returning a list of mechanisms. /// If not set to null then "count" parameter must contain the lenght of mechanismList array and mechanism list is returned in "mechanismList" parameter. /// |
count | uint | Location that receives the number of mechanisms |
return | CKR |