Click or drag to resize

ConnectionStringValueEncrypterEncryptValues Method

Adjusts entered input

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnboarding.PostActions.Common
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static void EncryptValues(
	IGrouping<EnumScope, ConfigurationParameterValue> configurationParameters,
	string connectionStringPropertyName
)

Parameters

configurationParameters
Type: System.LinqIGroupingEnumScope, ConfigurationParameterValue
Object containing the entered values
connectionStringPropertyName
Type: SystemString
Name of property containing connection string
See Also