Mono Class Library: Overview

System.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

Public Methods

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.
override
GetBytes(int) : byte[]
Request a buffer of derived bytes from the algorithm.
override
Reset()
Reset the algorithm state to it's original state.