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

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

공개 메소드들

메소드 설명
CkRc5Params ( ulong wordsize, ulong rounds ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkRc5Params class.

ToMarshalableStructure ( ) : object

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

메소드 상세

CkRc5Params() 공개 메소드

Initializes a new instance of the CkRc5Params class.
public CkRc5Params ( ulong wordsize, ulong rounds ) : Net.Pkcs11Interop.Common
wordsize ulong Wordsize of RC5 cipher in bytes
rounds ulong Number of rounds of RC5 encipherment
리턴 Net.Pkcs11Interop.Common

ToMarshalableStructure() 공개 메소드

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