EnumCertificateChainIncludeOption
Enum
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:
cs-api-definition
public enum CertificateChainIncludeOption
Fields
EndCertOnly
Only the end certificate is included in the certificate chain information.
ExcludeRoot
The entire certificate chain is included except for the root certificate.
None
No certificate chain information is included.
WholeChain
The entire certificate chain is included.