SubFile::IsEncrypted property¶
The IsEncrypted property indicates if the subfile requires a password to extract.
bool IsEncrypted { get; }
boolean getIsEncrypted() throws IGRException;
@property
def IsEncrypted(self) -> bool
bool getIsEncrypted() const;
Return Value¶
bool
: Returns if a password is required to extract the file.