Xceed .NET Libraries Documentation
Rfc2898DeriveBytesRecord Constructor(Byte[])


Xceed.Compression Assembly > Xceed.Compression Namespace > Rfc2898DeriveBytesRecord Class > Rfc2898DeriveBytesRecord Constructor : Rfc2898DeriveBytesRecord Constructor(Byte[])
Syntax
'Declaration
 
Public Function New( _
   ByVal password() As Byte _
)
'Usage
 
Dim password() As Byte
 
Dim instance As New Rfc2898DeriveBytesRecord(password)
public Rfc2898DeriveBytesRecord( 
   byte[] password
)

Parameters

password
Requirements

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

See Also

Reference

Rfc2898DeriveBytesRecord Class
Rfc2898DeriveBytesRecord Members
Overload List