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

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
InitVector System.IntPtr
Iteration uint
Password System.IntPtr
PasswordLen uint
Salt System.IntPtr
SaltLen uint

Property Details

InitVector public_oe property

Pointer to the location that receives the 8-byte initialization vector (IV), if an IV is required
public IntPtr,System InitVector
return System.IntPtr

Iteration public_oe property

Number of iterations required for the generation
public uint Iteration
return uint

Password public_oe property

Points to the password to be used in the PBE key generation
public IntPtr,System Password
return System.IntPtr

PasswordLen public_oe property

Length in bytes of the password information
public uint PasswordLen
return uint

Salt public_oe property

Points to the salt to be used in the PBE key generation
public IntPtr,System Salt
return System.IntPtr

SaltLen public_oe property

Length in bytes of the salt information
public uint SaltLen
return uint