Click or drag to resize
Pdftools logo

Device Class

The cryptographic device (HSM, USB token, etc.)

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Crypto.Providers.Pkcs11Device

Namespace: PdfTools.Crypto.Providers.Pkcs11
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public class Device : NativeObject

The Device type exposes the following members.

Properties
 NameDescription
Public propertyDescription

Description of the device

Public propertyManufacturerID

ID of the device's manufacturer

Top
Methods
 NameDescription
Public methodCreateSession

Create a session

Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also