ConfigFileHelperConvertToSecureString Method
Converts a string to a secure string.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static SecureString ConvertToSecureString(
ref string strValue
)
- strValue String
- Value to secure - this will be empty on return.
SecureStringIf the string value is
, empty, or whitespace, then the
return value will have a length of zero.