PdfSmartTrustedRootsSelector constructor
PdfSmartTrustedRootsSelector(
- PdfTrustedRootsIndex index, {
- bool fallbackToAllSources = true,
- bool requireFullIssuerCoverage = true,
Implementation
PdfSmartTrustedRootsSelector(
this.index, {
this.fallbackToAllSources = true,
this.requireFullIssuerCoverage = true,
});