Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal header As String, _ ByVal data() As Byte, _ ByVal salt() As Byte _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim header As String Dim data() As Byte Dim salt() As Byte Dim instance As New SaltedItem(header, data, salt) |
C++/CLI | |
---|---|
public: SaltedItem( String^ header, array<byte>^ data, array<byte>^ salt ) |
Parameters
- header
- data
- salt
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2