Pkcs11Interop  5.1.2
Public Member Functions | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI.IMechanism Interface Reference

Mechanism and its parameters (CK_MECHANISM alternative) More...

Inherits IDisposable.

Inherited by Net.Pkcs11Interop.HighLevelAPI40.Mechanism, Net.Pkcs11Interop.HighLevelAPI41.Mechanism, Net.Pkcs11Interop.HighLevelAPI80.Mechanism, and Net.Pkcs11Interop.HighLevelAPI81.Mechanism.

Public Member Functions

object ToMarshalableStructure ()
 Returns managed object corresponding to CK_MECHANISM structure that can be marshaled to an unmanaged block of memory More...
 

Properties

ulong Type [get]
 The type of mechanism More...
 

Detailed Description

Mechanism and its parameters (CK_MECHANISM alternative)

Member Function Documentation

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI.IMechanism.ToMarshalableStructure ( )

Returns managed object corresponding to CK_MECHANISM structure that can be marshaled to an unmanaged block of memory

Returns
A managed object holding the data to be marshaled. This object must be an instance of a formatted class.

Implemented in Net.Pkcs11Interop.HighLevelAPI40.Mechanism, Net.Pkcs11Interop.HighLevelAPI41.Mechanism, Net.Pkcs11Interop.HighLevelAPI80.Mechanism, and Net.Pkcs11Interop.HighLevelAPI81.Mechanism.

Property Documentation

◆ Type

ulong Net.Pkcs11Interop.HighLevelAPI.IMechanism.Type
get

The type of mechanism


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