'Declaration Public Function New( _ ByVal password() As Byte, _ ByVal saltLength As Integer _ )
'Usage Dim password() As Byte Dim saltLength As Integer Dim instance As New Rfc2898DeriveBytesRecord(password, saltLength)
public Rfc2898DeriveBytesRecord( byte[] password, int saltLength )
Parameters
- password
- saltLength