ToSecureString(String) Method
See Also 
SourceCode.Security.Cryptography Namespace > CryptoFactory Class > ToSecureString Method : ToSecureString(String) Method



value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ExtensionAttribute()>
Public Overloads Shared Function ToSecureString( _
   ByVal value As String _
) As SecureString
Visual Basic (Usage) Copy Code
Dim value As String
Dim value As SecureString
 
value = CryptoFactory.ToSecureString(value)
C#  
[Extension()]
public static SecureString ToSecureString( 
   string value
)
C++/CLI  
[Extension()]
public:
static SecureString^ ToSecureString( 
   String^ value
) 

Parameters

value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also