Click or drag to resize

MainGenerateRandomPassword Method

Generate random 8 char password such as "de5h4sdf".
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool GenerateRandomPassword(
	CodeMethodInvokeContext context,
	out string password
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
password
Type: SystemString
returns the generated random password

Return Value

Type: Boolean
See Also