Click or drag to resize
weroSoft AG, Software
PasswordControllerSecureStringToString Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Converts the string

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static string SecureStringToString(
	SecureString secureValue
)

Parameters

secureValue
Type: System.SecuritySecureString

[Missing <param name="secureValue"/> documentation for "M:WeroSoft.Security.PasswordController.SecureStringToString(System.Security.SecureString)"]

Return Value

Type: String

[Missing <returns> documentation for "M:WeroSoft.Security.PasswordController.SecureStringToString(System.Security.SecureString)"]

See Also