C# 클래스 Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkCamelliaCtrParams

Parameters for the CKM_CAMELLIA_CTR mechanism
상속: IMechanismParams
파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop

공개 메소드들

메소드 설명
CkCamelliaCtrParams ( ulong counterBits, byte cb ) : System

Initializes a new instance of the CkCamelliaCtrParams class.

ToMarshalableStructure ( ) : object

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

메소드 상세

CkCamelliaCtrParams() 공개 메소드

Initializes a new instance of the CkCamelliaCtrParams class.
public CkCamelliaCtrParams ( ulong counterBits, byte cb ) : System
counterBits ulong The number of bits in the counter block (cb) that shall be incremented
cb byte Specifies the counter block (16 bytes)
리턴 System

ToMarshalableStructure() 공개 메소드

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
리턴 object