Enum
CertificateChainIncludeOption

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.

Declaration

cs-api-definition
EndCertOnly = 2

Field Value

CertificateChainIncludeOption

ExcludeRoot

The entire certificate chain is included except for the root certificate.

Declaration

cs-api-definition
ExcludeRoot = 1

Field Value

CertificateChainIncludeOption

None

No certificate chain information is included.

Declaration

cs-api-definition
None = 0

Field Value

CertificateChainIncludeOption

WholeChain

The entire certificate chain is included.

Declaration

cs-api-definition
WholeChain = 3

Field Value

CertificateChainIncludeOption

In this article
DefinitionFieldsEndCertOnlyExcludeRootNoneWholeChain
Not finding the help you need?
Contact Support