Mono Class Library: Overview

System.Security.Cryptography.PasswordDeriveBytes: Property Members

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

Public Properties

HashNamestring. The hash algorithm name to be used to derive new bytes.
IterationCountint. The number of iterations done by the algorithm before returning any bytes.
Saltbyte[]. A salt (public random value) to be added to the derivation.