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

Parameters for the CKM_WTLS_PRF mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkWtlsPrfParams.

Public Member Functions

 CkWtlsPrfParams (NativeULong digestMechanism, byte[] seed, byte[] label, NativeULong outputLen)
 Initializes a new instance of the CkWtlsPrfParams 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

byte [] Output [get]
 Output of the operation More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkWtlsPrfParams
byte [] Output [get]
 Output of the operation More...
 

Detailed Description

Parameters for the CKM_WTLS_PRF mechanism

Constructor & Destructor Documentation

◆ CkWtlsPrfParams()

Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkWtlsPrfParams.CkWtlsPrfParams ( NativeULong  digestMechanism,
byte []  seed,
byte []  label,
NativeULong  outputLen 
)

Initializes a new instance of the CkWtlsPrfParams class.

Parameters
digestMechanismDigest mechanism to be used (CKM)
seedInput seed
labelIdentifying label
outputLenLength in bytes that the output to be created shall have

Member Function Documentation

◆ Dispose() [1/2]

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

Disposes object

◆ Dispose() [2/2]

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

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkWtlsPrfParams.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

◆ Output

byte [] Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkWtlsPrfParams.Output
get

Output of the operation


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