CSharpTest.Net
HashDerivedBytes<THash> Constructor(THash,Stream,Salt,Int32)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Crypto Namespace > HashDerivedBytes<THash> Class > HashDerivedBytes<THash> Constructor : HashDerivedBytes<THash> Constructor(THash,Stream,Salt,Int32)

algo
password
salt
iterations

Glossary Item Box

Constructs the byte generation routine with the specified key, salt, and iteration count

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal algo As THash, _
   ByVal password As Stream, _
   ByVal salt As Salt, _
   ByVal iterations As Integer _
)
C# 
public HashDerivedBytes<THash>( 
   THash algo,
   Stream password,
   Salt salt,
   int iterations
)

Parameters

algo
password
salt
iterations

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys