Filter Password Protected Files

This section describes how to filter password-protected files.

To filter password-protected files

  • In the .NET API, set the password by calling the Password method on your session configuration. For example:

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