Xceed .NET Libraries Documentation
FindRfc2898DeriveBytesData(Byte[],Int32,Rfc2898DeriveBytesRecord) Method


Xceed.Compression Assembly > Xceed.Compression Namespace > Rfc2898DeriveBytesManager Class > FindRfc2898DeriveBytesData Method : FindRfc2898DeriveBytesData(Byte[],Int32,Rfc2898DeriveBytesRecord) Method
Syntax
'Declaration
 
Public Overloads Function FindRfc2898DeriveBytesData( _
   ByVal password() As Byte, _
   ByVal saltLength As Integer, _
   ByRef record As Rfc2898DeriveBytesRecord _
) As Boolean
'Usage
 
Dim instance As Rfc2898DeriveBytesManager
Dim password() As Byte
Dim saltLength As Integer
Dim record As Rfc2898DeriveBytesRecord
Dim value As Boolean
 
value = instance.FindRfc2898DeriveBytesData(password, saltLength, record)
public bool FindRfc2898DeriveBytesData( 
   byte[] password,
   int saltLength,
   out Rfc2898DeriveBytesRecord record
)

Parameters

password
saltLength
record
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

Rfc2898DeriveBytesManager Class
Rfc2898DeriveBytesManager Members
Overload List