XFINIUM.PDF Documentation
Certificate Property (PdfComputedDigitalSignature)



Xfinium.Pdf.DigitalSignatures Namespace > PdfComputedDigitalSignature Class : Certificate Property
Gets or sets the sign certificate.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Certificate As X509Certificate2
'Usage
 
Dim instance As PdfComputedDigitalSignature
Dim value As X509Certificate2
 
value = instance.Certificate
public override X509Certificate2 Certificate {get;}
public:
property X509Certificate2^ Certificate {
   X509Certificate2^ get() override;
}

Property Value

A System.Security.Cryptography.X509Certificates.X509Certificate2 that represents the certificate used to sign the document.
Remarks
This property is not used by PdfDocumentTimeStamp signatures.
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

PdfComputedDigitalSignature Class
PdfComputedDigitalSignature Members