XFINIUM.PDF Documentation
CrlInformationNeeded Delegate



Xfinium.Pdf.DigitalSignatures Namespace : CrlInformationNeeded Delegate
The event data.
Defines the delegate to be called when CRL information is required for the certificate used to create the signature.
Syntax
'Declaration
 
Public Delegate Sub CrlInformationNeeded( _
   ByVal eventData As PdfCrlEventData _
) 
'Usage
 
Dim instance As New CrlInformationNeeded(AddressOf HandlerMethod)
public delegate void CrlInformationNeeded( 
   PdfCrlEventData eventData
)
public delegate void CrlInformationNeeded( 
   PdfCrlEventData^ eventData
)

Parameters

eventData
The event data.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

CrlInformationNeeded Members
Xfinium.Pdf.DigitalSignatures Namespace