Click or drag to resize

GenericPostActionHandlerOPSEncryptValues Method

Formats values if needed - for now, encrypts sensitive data and replaces new lines for OPS.

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public virtual void EncryptValues(
	IGrouping<EnumScope, ConfigurationParameterValue> configurationParameters
)

Parameters

configurationParameters
Type: System.LinqIGroupingEnumScope, ConfigurationParameterValue

Implements

ISystemOnboardingValueEncrypterEncryptValues(IGroupingEnumScope, ConfigurationParameterValue)
See Also