AuthType Enumeration

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This enum represents the list of allowed auth types.

Namespace:  Apitron.PDF.Rasterizer.Security
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public enum AuthType
Members

  Member nameValueDescription
Password0 The standard password-based auth type.
Certificate1 The certificate based auth type.
UserDefined2 The user defined auth type.
See Also

Reference