Get the length of the PIN value from a P11KitPin.
Get the PIN value from a P11KitPin. length
will be set to the
length of the value.
The value returned is owned by the P11KitPin and should not be modified. It remains valid as long as a reference to the PIN is held. The PIN value will not contain an extra null-terminator character.
a location to return the value length
Remove a reference from a P11KitPin. When all references have been removed then the PIN will be freed and will no longer be in memory.
A structure representing a PKCS#11 PIN. There are no public fields visible in this structure. Use the various accessor functions.