XFINIUM.PDF Documentation
PdfX509CertificateIncludeOption Enumeration



Xfinium.Pdf.DigitalSignatures Namespace : PdfX509CertificateIncludeOption Enumeration
Specifies how much of the X.509 certificate chain should be included in the digital signature.
Syntax
'Declaration
 
Public Enum PdfX509CertificateIncludeOption 
   Inherits System.Enum
'Usage
 
Dim instance As PdfX509CertificateIncludeOption
public enum PdfX509CertificateIncludeOption : System.Enum 
public enum class PdfX509CertificateIncludeOption : public System.Enum 
Members
MemberDescription
EndCertOnly Only the end certificate is included in the X.509 chain information.
ExcludeRoot The entire X.509 certificate chain is included except for the root certificate.
WholeChain The entire X.509 certificate chain is included.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.DigitalSignatures.PdfX509CertificateIncludeOption

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

Xfinium.Pdf.DigitalSignatures Namespace