XFINIUM.PDF Documentation
OnComputeSignature Field



Xfinium.Pdf.DigitalSignatures Namespace > PdfCmsDigitalSignature Class : OnComputeSignature Field
Gets or sets the delegate to be called when the digital signature needs to be computed.
Syntax
'Declaration
 
Public OnComputeSignature As ComputeSignature
'Usage
 
Dim instance As PdfCmsDigitalSignature
Dim value As ComputeSignature
 
value = instance.OnComputeSignature
 
instance.OnComputeSignature = value
public ComputeSignature OnComputeSignature
public:
ComputeSignature^ OnComputeSignature
Remarks
Use this event to provide your own implementation for computing the digital signature.
If this event is not set, the default library method for computing the digital signature will be used.
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

PdfCmsDigitalSignature Class
PdfCmsDigitalSignature Members