Pkcs11Interop  5.1.2
Public Member Functions | Protected Attributes | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI41.ObjectHandle Class Reference

Token-specific identifier for an object More...

Inherits Net.Pkcs11Interop.HighLevelAPI.IObjectHandle.

Public Member Functions

 ObjectHandle ()
 Initializes new instance of ObjectHandle class with ObjectId set to CK_INVALID_HANDLE More...
 
 ObjectHandle (ulong objectId)
 Initializes new instance of ObjectHandle class More...
 

Protected Attributes

NativeULong _objectId = CK.CK_INVALID_HANDLE
 PKCS#11 handle of object More...
 

Properties

ulong ObjectId [get]
 PKCS#11 handle of object More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.IObjectHandle
ulong ObjectId [get]
 PKCS#11 handle of object More...
 

Detailed Description

Token-specific identifier for an object

Constructor & Destructor Documentation

◆ ObjectHandle() [1/2]

Net.Pkcs11Interop.HighLevelAPI41.ObjectHandle.ObjectHandle ( )

Initializes new instance of ObjectHandle class with ObjectId set to CK_INVALID_HANDLE

◆ ObjectHandle() [2/2]

Net.Pkcs11Interop.HighLevelAPI41.ObjectHandle.ObjectHandle ( ulong  objectId)

Initializes new instance of ObjectHandle class

Parameters
objectIdPKCS#11 handle of object

Member Data Documentation

◆ _objectId

NativeULong Net.Pkcs11Interop.HighLevelAPI41.ObjectHandle._objectId = CK.CK_INVALID_HANDLE
protected

PKCS#11 handle of object

Property Documentation

◆ ObjectId

ulong Net.Pkcs11Interop.HighLevelAPI41.ObjectHandle.ObjectId
get

PKCS#11 handle of object


The documentation for this class was generated from the following file: