The PKCS5_PBKD2_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 | |
---|---|---|
![]() |
Iterations |
Number of iterations to perform when generating each block of random data
|
![]() |
Password |
Points to the password to be used in the PBE key generation
|
![]() |
PasswordLen |
Length in bytes of the password information
|
![]() |
Prf |
Pseudo-random function to used to generate the key
|
![]() |
PrfData |
Data used as the input for PRF in addition to the salt value
|
![]() |
PrfDataLen |
Length of the input data for the PRF
|
![]() |
SaltSource |
Source of the salt value (CKZ)
|
![]() |
SaltSourceData |
Data used as the input for the salt source
|
![]() |
SaltSourceDataLen |
Length of the salt source input
|