Pkcs11Interop  5.1.2
Namespaces | Classes
Net.Pkcs11Interop.HighLevelAPI Namespace Reference

High level .NET friendly API recommended for multiplatform development. More...

Namespaces

namespace  Factories
 Interfaces for factories implemented by individual HighLevelAPI-s.
 
namespace  MechanismParams
 Interfaces for mechanism parameters implemented by individual HighLevelAPI-s.
 

Classes

interface  ILibraryInfo
 General information about PKCS#11 library (CK_INFO) More...
 
interface  IMechanism
 Mechanism and its parameters (CK_MECHANISM alternative) More...
 
interface  IMechanismFlags
 Flags specifying mechanism capabilities More...
 
interface  IMechanismInfo
 Provides information about a particular mechanism More...
 
interface  IObjectAttribute
 Attribute of cryptoki object (CK_ATTRIBUTE alternative) More...
 
interface  IObjectHandle
 Token-specific identifier for an object More...
 
interface  IPkcs11Library
 High level PKCS#11 wrapper More...
 
interface  ISession
 Logical connection between an application and a token More...
 
interface  ISessionFlags
 Flags that define the type of session More...
 
interface  ISessionInfo
 Information about a session More...
 
interface  ISlot
 Logical reader that potentially contains a token More...
 
interface  ISlotFlags
 Flags that provide capabilities of the slot More...
 
interface  ISlotInfo
 Information about a slot More...
 
interface  ITokenFlags
 Flags indicating capabilities and status of the device More...
 
interface  ITokenInfo
 Information about a token More...
 
class  MiscSettings
 Miscellaneous settings that operation of Pkcs11Interop library More...
 
class  Pkcs11InteropFactories
 Factories to be used by Developer and Pkcs11Interop library More...
 
class  Pkcs11UriUtils
 Utility class connecting PKCS#11 URI and Pkcs11Interop types More...
 

Detailed Description

High level .NET friendly API recommended for multiplatform development.