C# Class Net.Pkcs11Interop.HighLevelAPI80.ObjectHandle

Token-specific identifier for an object
Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Methods

Method Description
ObjectHandle ( ) : Net.Pkcs11Interop.Common

Initializes new instance of ObjectHandle class with ObjectId set to CK_INVALID_HANDLE

ObjectHandle ( ulong objectId ) : Net.Pkcs11Interop.Common

Initializes new instance of ObjectHandle class

Method Details

ObjectHandle() public method

Initializes new instance of ObjectHandle class with ObjectId set to CK_INVALID_HANDLE
public ObjectHandle ( ) : Net.Pkcs11Interop.Common
return Net.Pkcs11Interop.Common

ObjectHandle() public method

Initializes new instance of ObjectHandle class
public ObjectHandle ( ulong objectId ) : Net.Pkcs11Interop.Common
objectId ulong PKCS#11 handle of object
return Net.Pkcs11Interop.Common