'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