Click or drag to resize

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
Syntax
C#
void EncryptValues(
	IGrouping<EnumScope, ConfigurationParameterValue> configurationParameters
)

Parameters

configurationParameters
Type: System.LinqIGroupingEnumScope, ConfigurationParameterValue
Object containing the entered values
See Also