Mono Class Library: OverviewSystem.Security.Cryptography.PasswordDeriveBytes: Method Members |
The methods 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
CryptDeriveKey(string, string, int, byte[]) : byte[] Use the key derivation algorithm provided by the specified Cryptographic Service Provider (CSP).Finalize() Documentation for this section has not yet been entered. overrideGetBytes(int) : byte[] Request a buffer of derived bytes from the algorithm. overrideReset() Reset the algorithm state to it's original state.