System.IO.Packaging Namespace
.NET Framework Class Library
System.IO.Packaging Namespace

Provides classes that support storage of multiple data objects in a single container.

Package is an abstract class that can be used to organize objects into a single entity of a defined physical format for portability and efficient access.

A ZIP file is the primary physical format for the Package. Other Package implementations might use other physical formats such as an XML document, a database, or Web service.

Like a file system, items contained in a Package are referenced in a hierarchical organization of folders and files.

Although Package is an abstract class, the ZipPackage derived class is used as default by the Package..::.Open method.

A PackagePart ("part") is the abstract class that represents an object that is stored in a Package.

A PackageRelationship ("relationship") defines an association between a source Package or PackagePart and a target object. A PackageRelationship can be one of two types, each of which can be one of two forms:

The relationship's source Package or source PackagePart is considered the "owner" of the relationship. When the source object is deleted, all the relationships owned by the source object are also deleted. The process of creating or deleting a relationship does not physically change either the source or target objects in any way.

A PackageDigitalSignature ("digital signature") is a composition of parts and relationships representing a digital signature included with a Package. The digital signature identifies the originator and validates that the signed parts and relationships contained in the Package have not been modified.

Packages also support Digital Rights Management (DRM), which allows content elements in a Package to be encrypted with specific access rights granted to authorized users.

Based on the Package architecture, an XpsDocument is a package type designed for storing documents based on the open XML Paper Specification (XPS).

Windows Presentation Foundation (WPF) uses packages to store content, resources, and relationships for pages and documents using a standard ZIP file by default. As with any ZIP file, your application can use the System.IO.Packaging classes to store and optionally protect any type or number of data files in a single efficient-to-access container.

For more information, see the Open Packaging Conventions (OPC) specification, available for download at the XPS section of Windows Hardware Developer Central.

For a list of System.IO.Packaging related example programs, see the following:

  ClassDescription
Public classEncryptedPackageEnvelope Represents an OLE compound file that contains an encrypted package.
Public classPackage Represents a container that can store multiple data objects.
Public classPackageDigitalSignature Represents a digital signature that is applied to a set of package parts and relationships.
Public classPackageDigitalSignatureManager Provides a utility class for the creation and verification of digital signatures in a Package.
Public classPackagePart Provides a base class for parts stored in a Package. This class is abstract.
Public classPackagePartCollection Represents a collection of PackagePart objects.
Public classPackageProperties Represents the core properties of a Package.
Public classPackageRelationship Represents an association between a source Package or PackagePart, and a target object which can be a PackagePart or external resource.
Public classPackageRelationshipCollection Represents a collection of PackageRelationship elements that are owned by a given PackagePart or the Package.
Public classPackageRelationshipSelector Defines PackageRelationship criteria to select part-level or package-level relationships.
Public classPackageStore Represents a collection of application-specific Package instances used in combination with PackWebRequest.
Public classPackUriHelper Provides utility methods to compose and parse pack URI objects.
Public classPackWebRequest Makes a request to an entire PackagePart or to a PackagePart in a package, identified by a pack URI.
Public classPackWebRequestFactory Represents the class that is invoked when an instance of a pack URI PackWebRequest is created.
Public classPackWebResponse Represents a response of a PackWebRequest.
Public classRightsManagementInformation Represents Digital Rights Management (DRM) information that is stored in an EncryptedPackageEnvelope.
Public classSignatureVerificationEventArgs Specifies the event args provided to the InvalidSignatureEventHandler.
Public classStorageInfo Provides access and information for manipulating data stores in a Package.
Public classStreamInfo Provides access and information for manipulating I/O streams within a Package.
Public classZipPackage Implements a derived subclass of the abstract Package base class—the ZipPackage class uses a ZIP archive as the container store. This class cannot be inherited.
Public classZipPackagePart Represents a part that is stored in a ZipPackage.
  DelegateDescription
Public delegateInvalidSignatureEventHandler Represents the method that handles the InvalidSignatureEvent that is raised when VerifySignatures detects an invalid signature.
  EnumerationDescription
Public enumerationCertificateEmbeddingOption Specifies the location where the X.509 certificate that is used in signing is stored.
Public enumerationCompressionOption Specifies the compression level for content that is stored in a PackagePart.
Public enumerationEncryptionOption Specifies the encryption option for parts in a Package.
Public enumerationPackageRelationshipSelectorType Specifies the type of selection criteria that is used to match and return PackageRelationship selections through a PackageRelationshipSelector.
Public enumerationTargetMode Specifies whether the target of a PackageRelationship is inside or outside the Package.
Public enumerationVerifyResult Specifies the result of a certificate or signature verification.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Add a reference to WindowsBase to access the System.IO.Packaging namespace      eastglacierpark   |   Edit   |   Show History
To work with the System.IO.Packaging namespace in the .NET Framework 3.5, add a reference to the WindowsBase component. In the Add References dialog, choose the .NET tab, and select WindowsBase from the list of components.
Processing
Page view tracker