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

Parameters for the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms
상속: IMechanismParams
파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop

공개 메소드들

메소드 설명
CkRc2CbcParams ( ulong effectiveBits, byte iv ) : System

Initializes a new instance of the CkRc2CbcParams class.

ToMarshalableStructure ( ) : object

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

메소드 상세

CkRc2CbcParams() 공개 메소드

Initializes a new instance of the CkRc2CbcParams class.
public CkRc2CbcParams ( ulong effectiveBits, byte iv ) : System
effectiveBits ulong The effective number of bits in the RC2 search space
iv byte The initialization vector (IV) for cipher block chaining mode
리턴 System

ToMarshalableStructure() 공개 메소드

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