C# Class Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_RC2_MAC_GENERAL_PARAMS

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
EffectiveBits uint
MacLength uint

Property Details

EffectiveBits public_oe property

The effective number of bits in the RC2 search space
public uint EffectiveBits
return uint

MacLength public_oe property

Length of the MAC produced, in bytes
public uint MacLength
return uint