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

Resulting key handles and initialization vectors after performing a DeriveKey method with the CKM_WTLS_SERVER_KEY_AND_MAC_DERIVE or with the CKM_WTLS_CLIENT_KEY_AND_MAC_DERIVE mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkWtlsKeyMatOut.

Public Member Functions

void Dispose ()
 Disposes object More...
 

Protected Member Functions

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

Properties

IObjectHandle MacSecret [get]
 Key handle for the resulting MAC secret key More...
 
IObjectHandle Key [get]
 Key handle for the resulting Secret key More...
 
byte [] IV [get]
 Initialization vector (IV) More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkWtlsKeyMatOut
IObjectHandle MacSecret [get]
 Key handle for the resulting MAC secret key More...
 
IObjectHandle Key [get]
 Key handle for the resulting Secret key More...
 
byte [] IV [get]
 Initialization vector (IV) More...
 

Detailed Description

Resulting key handles and initialization vectors after performing a DeriveKey method with the CKM_WTLS_SERVER_KEY_AND_MAC_DERIVE or with the CKM_WTLS_CLIENT_KEY_AND_MAC_DERIVE mechanism

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkWtlsKeyMatOut.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkWtlsKeyMatOut.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

Property Documentation

◆ IV

byte [] Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkWtlsKeyMatOut.IV
get

Initialization vector (IV)

◆ Key

IObjectHandle Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkWtlsKeyMatOut.Key
get

Key handle for the resulting Secret key

◆ MacSecret

IObjectHandle Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkWtlsKeyMatOut.MacSecret
get

Key handle for the resulting MAC secret key


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