CheckZipPassword Method (filename, password)

DotNetZip

Ionic Zip Library v1.9.1.6 CheckZipPassword Method (filename, password)
ReferenceIonic.ZipComHelperCheckZipPassword(String, String)
A COM-friendly wrapper for the static method CheckZipPassword(String, String).
Declaration Syntax
C# Visual Basic Visual C++
public bool CheckZipPassword(
	string filename,
	string password
)
Public Function CheckZipPassword ( _
	filename As String, _
	password As String _
) As Boolean
public:
bool CheckZipPassword(
	String^ filename, 
	String^ password
)
Parameters
filename (String)
The filename to of the zip file to check.
password (String)
The password to check.
Return Value
true if the named zip file checks OK. Otherwise, false.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)