AuthType Enumeration

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

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.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