| PasswordGenerationSetIdentityUserInitialPassword Method |
Can set the initial password on the identity user typically during onboarding
Namespace:
Omada.OE.Solution.OIM.Assembly
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic void SetIdentityUserInitialPassword(
CodeMethodInvokeContext context,
string path,
string passwordProperty,
string encryptionRegKey
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- path
- Type: SystemString
Path to the Identity object - passwordProperty
- Type: SystemString
Property with the initial password - encryptionRegKey
- Type: SystemString
See Also