CSharpTest.Net
HashDerivedBytes<THash> Constructor(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(Stream,Salt,Int32)

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 password As Stream, _
   ByVal salt As Salt, _
   ByVal iterations As Integer _
)
C# 
public HashDerivedBytes<THash>( 
   Stream password,
   Salt salt,
   int iterations
)

Parameters

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