Click or drag to resize
Pdftools logo

SignerWarningEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    PdfTools.SignSignerWarningEventArgs

Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
Syntax
C#
public class SignerWarningEventArgs : EventArgs

The SignerWarningEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCategory The category of the warning
Public propertyContext A description of the context where the warning occurred
Public propertyMessage The message describing the warning
Top
See Also