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
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
SecureStringUtils ClassSecureStringUtils Members