Converts a string to a secured string that should be kept confidential.
Namespace: BlueCieloECM.InnoCielo.MeridianAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public static SecureString ConvertToSecureString( string unsecureStr )
Parameters
- unsecureStr
- Type:
System String
The string to secure.
Return Value
The secured string that is kept confidential.See Also