WindowsUtilitiesToSecureString Method |
Converts an insecure string to a secure string.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static SecureString ToSecureString(
string text
)
Parameters
- text
- Type: SystemString
The insecure string.
Return Value
Type:
SecureStringThe secure string.
See Also