UserDefinedAuthEventArgs Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents an user defined auth event args.
Inheritance Hierarchy

SystemObject
  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

public sealed class UserDefinedAuthEventArgs : AuthEventArgs

The UserDefinedAuthEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAuthType
Gets the type of the authentication.
(Inherited from AuthEventArgs.)
Public propertyCancelOnFailure
Gets or sets a value indicating whether what to do in case of failure.
(Inherited from AuthEventArgs.)
Public propertyCustomHandler
Gets or sets the custom security handler.
Public propertyFilterName
Gets the name of the filter.
Public propertyHandlerName
Gets the name of the handler.
Public propertyProperties
Gets the properties. This dictionary could be filled with some specified information that will be required during authentification in the ICustomSecurityHandler.
Top
See Also

Reference