Click or drag to resize

SensitiveValuesEncrypterEncryptValues Method

Encrypts values for keys starting with #SECURE.

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnboardingPostActions.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 sensitiveValuesPropertyName
)

Parameters

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