TK.GeneratePassword Method

Generates default password
Public Shared Function GeneratePassword( _ 
Optional ByVal minimumLen As Integer = 8 _ 
) As String
This language is not supported or no code example is available.
public static string GeneratePassword( 
int minimumLen = 8 
)
This language is not supported or no code example is available.

Parameters

minimumLen
int

Min length

Return Value

string

String containg password

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition