|
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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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