Apitron.PDF.Rasterizer library for .NET
Top
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