Apitron.PDF.Kit library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Kit.SecurityAuthEventArgs
Apitron.PDF.Kit.SecurityUserDefinedAuthEventArgs
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
This class represents an user defined auth event args.
Inheritance Hierarchy
SystemEventArgs
Apitron.PDF.Kit.SecurityAuthEventArgs
Apitron.PDF.Kit.SecurityUserDefinedAuthEventArgs
Namespace: Apitron.PDF.Kit.Security
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The UserDefinedAuthEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AuthType |
Gets the type of the authentication.
(Inherited from AuthEventArgs.) |
![]() | CancelOnFailure |
Gets or sets a value indicating whether what to do in case of failure.
(Inherited from AuthEventArgs.) |
![]() | CustomHandler |
Gets or sets the custom security handler.
|
![]() | FilterName |
Gets the name of the filter.
|
![]() | HandlerName |
Gets the name of the handler.
|
![]() | Properties |
Gets the properties. This dictionary could be filled with some specified information that will be required during authentification in the ICustomSecurityHandler.
|
See Also