ZipCrackerTestPassword Method
Tests the specified password.
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 bool TestPassword(
string password
)
Public Function TestPassword (
password As String
) As Boolean
Dim instance As ZipCracker
Dim password As String
Dim returnValue As Boolean
returnValue = instance.TestPassword(password)
public:
bool TestPassword(
String^ password
)
member TestPassword :
password : string -> bool
No code example is currently available or this language may not be supported.
- password String
-
The password to test.
Boolean if the password matches,
otherwise.