Guest User

Untitled

a guest
Dec 14th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. using (Pkcs11 pkcs11 = new Pkcs11(_libraryPath, AppType.SingleThreaded))
  2. {
  3. List<Slot> slots = pkcs11.GetSlotList(SlotsType.WithTokenPresent);
  4. //using slots
  5. }
Add Comment
Please, Sign In to add comment