C# 클래스 Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkRc2MacGeneralParams

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

공개 메소드들

메소드 설명
CkRc2MacGeneralParams ( uint effectiveBits, uint macLength ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkRc2MacGeneralParams class.

ToMarshalableStructure ( ) : object

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

메소드 상세

CkRc2MacGeneralParams() 공개 메소드

Initializes a new instance of the CkRc2MacGeneralParams class.
public CkRc2MacGeneralParams ( uint effectiveBits, uint macLength ) : Net.Pkcs11Interop.Common
effectiveBits uint The effective number of bits in the RC2 search space
macLength uint Length of the MAC produced, in bytes
리턴 Net.Pkcs11Interop.Common

ToMarshalableStructure() 공개 메소드

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