Click or drag to resize
UtilsConvertToSecureString Method
Converts a string to a secured string that should be kept confidential.

Namespace: BlueCieloECM.InnoCielo.Meridian
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public static SecureString ConvertToSecureString(
	string unsecureStr
)

Parameters

unsecureStr
Type: SystemString
The string to secure.

Return Value

Type: SecureString
The secured string that is kept confidential.
See Also