The following tables list the members exposed by SecureStringUtils.
Name | Description | |
---|---|---|
![]() ![]() | AppendAll<T> | Adds the set of characters and makes the string readonly usage: SecureString s = new SecureString().AppendAll("This is a password"); |
![]() ![]() | CopyChars | Copies the specified range of characters from the secure string to the output character array. |
![]() ![]() | Create | Overloaded. Creates a SecureString from an enumerable set of characters, like: Create("password string"); |
![]() ![]() | ToByteArray | Overloaded. Converts a System.Security.SecureString into an array of bytes using System.Text.Encoding.Unicode |
![]() ![]() | ToCharArray | Returns the secure string as an array of characters |
![]() ![]() | ToStream | Returns a stream of Unicode bytes from the give SecureString instance |
![]() ![]() | ToTextReader | Returns a stream of Unicode bytes from the give SecureString instance |