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