Overload | Description |
---|---|
Create(IEnumerable<Char>) | Creates a SecureString from an enumerable set of characters, like: Create("password string"); |
Create(Stream) | Creates a SecureString from a stream of unicode characters |
Create(Stream,Encoding) | Creates a SecureString from an stream of characters |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7