SecureStringExtensions.ConvertToSecureString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a string into a secure string.
public static System.Security.SecureString ConvertToSecureString (this string value);
static member ConvertToSecureString : string -> System.Security.SecureString
<Extension()>
Public Function ConvertToSecureString (value As String) As SecureString
Parameters
- value
- String
the string to be converted.
Returns
The secure string converted from the input string