XFINIUM.PDF Documentation
Certificate Property (PdfBaseDigitalSignature)



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

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

PdfBaseDigitalSignature Class
PdfBaseDigitalSignature Members