Specifies how much of the certificate chain should be included in the certificate data.
Definition
Namespace:Telerik.Documents.Fixed.Model.DigitalSignatures
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum CertificateChainIncludeOption
Fields
Only the end certificate is included in the certificate chain information.
C#
EndCertOnly = 2
The entire certificate chain is included except for the root certificate.
C#
ExcludeRoot = 1
No certificate chain information is included.
C#
None = 0
The entire certificate chain is included.
C#
WholeChain = 3