Constructors: NewRfc2898DeriveBytes

NewRfc2898DeriveBytes

Creates a new Rfc2898DeriveBytes object.



 Public Function NewRfc2898DeriveBytes(
	  ByRef Password As Variant,
	  ByRef Salt As Variant,
	  Optional ByVal Iterations As Long = 1000 ) As Rfc2898DeriveBytes

Parameters

Password
[ByRef] Variant. This can be a String password or a Byte array.
Salt
[ByRef] Variant. This can be a Byte array to be used as salt or an Integer value indicating the size of the salt to be generated.
Iterations
[ByVal] Optional. Long. The number of times the operation should be performed when generating a password.  

Default: 1000

Return Values

Rfc2898DeriveBytes -  A new Rfc2898DeriveBytes object.

Remarks

This is used to create Byte array passwords from standard plain text passwords.

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewResPictureGroup NewRNGCryptoServiceProvider