DscClassCache.GetStringFromSecureString(SecureString) 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.
Get text from SecureString.
public:
static System::String ^ GetStringFromSecureString(System::Security::SecureString ^ value);
public static string GetStringFromSecureString(System.Security.SecureString value);
static member GetStringFromSecureString : System.Security.SecureString -> string
Public Shared Function GetStringFromSecureString (value As SecureString) As String
Parameters
- value
- SecureString
Value of SecureString.
Returns
Decoded string.