Click or drag to resize

PasswordGenerationControllerGeneratePassword Method

Generate a new password according to the provided options

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GeneratePassword(
	PasswordGenerationOptions options
)

Parameters

options
Type: Omada.OE.Solution.OIM.AppLogic.ModelPasswordGenerationOptions

Return Value

Type: String
See Also