| ISystemOnboardingValueEncrypterEncryptValues Method |
Implement this method to encrypt part of the input
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActions
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxvoid EncryptValues(
IGrouping<EnumScope, ConfigurationParameterValue> configurationParameters
)
Parameters
- configurationParameters
- Type: System.LinqIGroupingEnumScope, ConfigurationParameterValue
Object containing the entered values
See Also