Class ArchiveInstanceInfo

ArchiveInstanceInfo class

Stellt Informationen über die Archivinstanz dar.

public sealed class ArchiveInstanceInfo

Eigenschaften

NameBeschreibung
AreFileNamesEncrypted { get; }Ruft einen Wert ab, der angibt, ob Namen von Einträgen (Dateien) des Archivs verschlüsselt sind.
FormatInfo { get; }Ruft die Informationen zum Archivformat ab.
IsContentEncrypted { get; }Ruft einen Wert ab, der angibt, ob der Inhalt des Archivs verschlüsselt ist.

Methoden

NameBeschreibung
static GetArchiveInstanceInfo(Stream)Ruft Archivinstanzinformationen ab.
static GetArchiveInstanceInfo(string)Ruft Archivinstanzinformationen ab.
static GetArchiveFormatInfo(Stream)Ruft Informationen zum Archivformat ab.
static GetArchiveFormatInfo(string)Ruft Informationen zum Archivformat ab.

Siehe auch