Apitron.PDF.Rasterizer library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Rasterizer.SecurityAuthEventArgs
Apitron.PDF.Rasterizer.SecurityUserDefinedAuthEventArgs
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
This class represents an user defined auth event args.
Inheritance Hierarchy
SystemEventArgs
Apitron.PDF.Rasterizer.SecurityAuthEventArgs
Apitron.PDF.Rasterizer.SecurityUserDefinedAuthEventArgs
Namespace: Apitron.PDF.Rasterizer.Security
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.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