Click or drag to resize

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
C#
public static SecureString ToSecureString(
	string text
)

Parameters

text
Type: SystemString
The insecure string.

Return Value

Type: SecureString
The secure string.
See Also