The PBE_PARAMS type exposes the following members.

Methods

  Name Description
Equals (Inherited from ValueType.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from ValueType.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from ValueType.)

Fields

  Name Description
InitVector
Pointer to the location that receives the 8-byte initialization vector (IV), if an IV is required
Iteration
Number of iterations required for the generation
Password
Points to the password to be used in the PBE key generation
PasswordLen
Length in bytes of the password information
Salt
Points to the salt to be used in the PBE key generation
SaltLen
Length in bytes of the salt information

See Also