ZipCrackerTestPasswords Method
Tests the specified passwords.
Namespace: DevCase.ThirdParty.DotNetZipAssembly: DevCase.net48.ThirdParty.DotNetZip (in DevCase.net48.ThirdParty.DotNetZip.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string TestPasswords(
IEnumerable<string> passwords
)
Public Function TestPasswords (
passwords As IEnumerable(Of String)
) As String
Dim instance As ZipCracker
Dim passwords As IEnumerable(Of String)
Dim returnValue As String
returnValue = instance.TestPasswords(passwords)
public:
String^ TestPasswords(
IEnumerable<String^>^ passwords
)
member TestPasswords :
passwords : IEnumerable<string> -> string
No code example is currently available or this language may not be supported.
- passwords IEnumerableString
-
The passwords to test.
String
If one of the given password matches, the return value is the password;
otherwise, the return value is
String.