Filter Password Protected Files

This section describes how to filter password-protected non-container files with the .NET API.

To filter password-protected files

  • Set the password by calling the Password() method on your session configuration. For example:

    session.Config().Password("secret-password");