Click or drag to resize

ConnectionStringValueEncrypterEncryptConnectionString Method

Encrypts password in connection string.

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 string EncryptConnectionString(
	string connectionString
)

Parameters

connectionString
Type: SystemString

Return Value

Type: String
See Also