XFINIUM.PDF Documentation
CertificateChain Property



Xfinium.Pdf.DigitalSignatures Namespace > PdfCmsDigitalSignature Class : CertificateChain Property
Gets or sets the certificate chain.
Syntax
'Declaration
 
Public Property CertificateChain As X509Certificate2()
'Usage
 
Dim instance As PdfCmsDigitalSignature
Dim value() As X509Certificate2
 
instance.CertificateChain = value
 
value = instance.CertificateChain
public X509Certificate2[] CertificateChain {get; set;}
public:
property array<X509Certificate2^>^ CertificateChain {
   array<X509Certificate2^>^ get();
   void set (    array<X509Certificate2^>^ value);
}

Property Value

An array of System.Security.Cryptography.X509Certificates.X509Certificate2 objects representing the chain associated with the signing certificate
Remarks
The certificates in the chain must be in "ascending" order. The first certificate is the parent of PdfBaseDigitalSignature.Certificate, the second certificate is the parent of first one and so on.
When this property is set, the PdfDigitalSignature.CertificateIncludeOption property is ignored.
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