Complete Usage Reference
========================

The complete usage reference is now distributed into the ``use-cases`` section for easier navigation and maintenance.

Coverage Rules
--------------

- Includes the core and most-used public classes under ``Certificate``, ``Crypto``, ``Token``, ``Password``, ``Integrity``, ``Generate``, ``DataProtection`` and ``Security``.
- Includes practical examples for constructors, encode/decode flows, verify flows, key-set flows and option/context arguments.
- Excludes ``Internal`` and ``Support`` namespace classes because those are implementation details, not stable app-facing API.

Distributed Reference Pages
---------------------------

Use the dedicated pages below:

- :doc:`Certificate Complete Examples <use-cases/certificate-complete-examples>`
- :doc:`Crypto Complete Examples <use-cases/crypto-complete-examples>`
- :doc:`Token Complete Examples <use-cases/token-complete-examples>`
- :doc:`Password Complete Examples <use-cases/password-complete-examples>`
- :doc:`Integrity Complete Examples <use-cases/integrity-complete-examples>`
- :doc:`Generate Complete Examples <use-cases/generate-complete-examples>`
- :doc:`Data Protection Complete Examples <use-cases/data-protection-complete-examples>`
- :doc:`Security Complete Examples <use-cases/security-complete-examples>`

Entry Point
-----------

You can also open the aggregated use-cases navigation page:

- :doc:`Use Cases Overview <use-cases/index>`
