mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-11 03:27:11 +00:00
Add password when opening RarReader
This commit is contained in:
@@ -64,7 +64,7 @@ namespace SharpCompress.Archive.Rar
|
||||
{
|
||||
var stream = Volumes.First().Stream;
|
||||
stream.Position = 0;
|
||||
return RarReader.Open(stream);
|
||||
return RarReader.Open(stream, Password);
|
||||
}
|
||||
|
||||
public override bool IsSolid
|
||||
|
||||
Reference in New Issue
Block a user