Click or drag to resize

UserIDGeneratorParametersPositiveCharacters Property

If not empty - Only characters in this collection will be used when generating the identity id

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public List<char> PositiveCharacters { get; }

Property Value

Type: ListChar
See Also