Click or drag to resize

WindowsUtilitiesToInsecureString Method

Converts a secure string to an insecure string.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string ToInsecureString(
	this SecureString text
)

Parameters

text
Type: System.SecuritySecureString
The secure string.

Return Value

Type: String
The insecure string.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SecureString. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also