|
PasswordGeneratorGeneratePassword Method
|
Generates a random password with 8 characters or
MinLength if it is greater than 8 characters.
Namespace: GSF.Security.CryptographyAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic string GeneratePassword()
Public Function GeneratePassword As String
public:
String^ GeneratePassword()
member GeneratePassword : unit -> string
function GeneratePassword();
View SourceReturn Value
StringA randomly generated password.
See Also