The
properties
of System.Security.Cryptography.PasswordDeriveBytes are listed below. For a list of all members, see the PasswordDeriveBytes Members list.
See Also: Inherited members from System.Security.Cryptography.DeriveBytes
| HashName | string. The hash algorithm name to be used to derive new bytes. |
| IterationCount | int. The number of iterations done by the algorithm before returning any bytes. |
| Salt | byte[]. A salt (public random value) to be added to the derivation. |