Hi,
the key attribute that returns the KCV is CKA_CHECK_VALUE.
You must get an instance of the key by using the Find method and then you simple have to read the value of the attribute CKA_CHECK_VALUE.
To do that you need a general knowledge on how to use NCryptoki. Read the documentation and the wiki.