C# Класс Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkWtlsPrfParams

Parameters for the CKM_WTLS_PRF mechanism
Наследование: IMechanismParams, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
CkWtlsPrfParams ( uint digestMechanism, byte seed, byte label, uint outputLen ) : System

Initializes a new instance of the CkWtlsPrfParams class.

Dispose ( ) : void

Disposes object

ToMarshalableStructure ( ) : object

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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposes object

Описание методов

CkWtlsPrfParams() публичный Метод

Initializes a new instance of the CkWtlsPrfParams class.
public CkWtlsPrfParams ( uint digestMechanism, byte seed, byte label, uint outputLen ) : System
digestMechanism uint Digest mechanism to be used (CKM)
seed byte Input seed
label byte Identifying label
outputLen uint Length in bytes that the output to be created shall have
Результат System

Dispose() публичный Метод

Disposes object
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Disposes object
protected Dispose ( bool disposing ) : void
disposing bool Flag indicating whether managed resources should be disposed
Результат void

ToMarshalableStructure() публичный Метод

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
Результат object