Enumerator
Object Hierarchy:
Description:
[
CCode ( type_id =
"gck_enumerator_get_type ()" ) ]
public class Enumerator :
Object
Can be used to enumerate through PKCS#11 objects.
It will automatically create sessions as necessary.
Use [func@modules_enumerate_objects] or [func@modules_enumerate_uri] to create an enumerator. To get the objects, use [
method@Enumerator.next] or [method@Enumerator.next_async] functions.
Content:
Properties:
- public Enumerator chained { owned get; set; }
Chained enumerator, which will be enumerated when this enumerator has
enumerated all its objects.
- public TlsInteraction interaction { owned get; set; }
Interaction object used to ask the user for pins when opening
sessions.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object