Pkcs11Interop  5.1.2
Public Member Functions | Protected Member Functions | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkOtpParam Class Reference

Type, value and length of an OTP parameter More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkOtpParam.

Public Member Functions

 CkOtpParam (NativeULong type, byte[] value)
 Initializes a new instance of the CkOtpParam class. More...
 
object ToMarshalableStructure ()
 Returns managed object that can be marshaled to an unmanaged block of memory More...
 
void Dispose ()
 Disposes object More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 Disposes object More...
 

Properties

ulong Type [get]
 Parameter type More...
 
byte [] Value [get]
 Value of the parameter More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkOtpParam
ulong Type [get]
 Parameter type More...
 
byte [] Value [get]
 Value of the parameter More...
 

Detailed Description

Type, value and length of an OTP parameter

Constructor & Destructor Documentation

◆ CkOtpParam()

Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkOtpParam.CkOtpParam ( NativeULong  type,
byte []  value 
)

Initializes a new instance of the CkOtpParam class.

Parameters
typeParameter type
valueValue of the parameter

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkOtpParam.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkOtpParam.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkOtpParam.ToMarshalableStructure ( )

Returns managed object 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.

Implements Net.Pkcs11Interop.HighLevelAPI.MechanismParams.IMechanismParams.

Property Documentation

◆ Type

ulong Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkOtpParam.Type
get

Parameter type

◆ Value

byte [] Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkOtpParam.Value
get

Value of the parameter


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