T
CSharpTest.Net
AppendAll<T> Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Crypto Namespace > SecureStringUtils Class : AppendAll<T> Method

sstr
chEnum

Glossary Item Box

Adds the set of characters and makes the string readonly usage: SecureString s = new SecureString().AppendAll("This is a password");

Syntax

Visual Basic (Declaration) 
Public Shared Function AppendAll(Of T As IEnumerable(Of Char))( _
   ByVal sstr As SecureString, _
   ByVal chEnum As T _
) As SecureString
C# 
public static SecureString AppendAll<T>( 
   SecureString sstr,
   T chEnum
)
where T: IEnumerable<char>

Parameters

sstr
chEnum

Type Parameters

T

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys