CSharpTest.Net
SecureStringUtils Class Members
See Also  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Crypto Namespace : SecureStringUtils Class


Glossary Item Box

The following tables list the members exposed by SecureStringUtils.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)AppendAll<T>Adds the set of characters and makes the string readonly usage: SecureString s = new SecureString().AppendAll("This is a password");  
Public Methodstatic (Shared in Visual Basic)CopyCharsCopies the specified range of characters from the secure string to the output character array.  
Public Methodstatic (Shared in Visual Basic)CreateOverloaded. Creates a SecureString from an enumerable set of characters, like: Create("password string");  
Public Methodstatic (Shared in Visual Basic)ToByteArrayOverloaded. Converts a System.Security.SecureString into an array of bytes using System.Text.Encoding.Unicode  
Public Methodstatic (Shared in Visual Basic)ToCharArrayReturns the secure string as an array of characters  
Public Methodstatic (Shared in Visual Basic)ToStreamReturns a stream of Unicode bytes from the give SecureString instance  
Public Methodstatic (Shared in Visual Basic)ToTextReaderReturns a stream of Unicode bytes from the give SecureString instance  
Top

See Also

Generated with Document! X 2011 by Innovasys