API Reference
Enum
CertificateCtEnrichmentProfile
Baseline profile used to configure certificate transparency discovery during inventory capture.
Inheritance
- Enum
- CertificateCtEnrichmentProfile
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const CertificateCtEnrichmentProfile Default #Preserve default behavior (crt.sh template enabled) and apply explicit source toggles.
Value:
0public const CertificateCtEnrichmentProfile Disabled #Disable CT discovery for HTTPS probes.
Value:
1public const CertificateCtEnrichmentProfile Public #Use public CT APIs only (for example crt.sh) unless explicitly overridden by source toggles.
Value:
2public const CertificateCtEnrichmentProfile Extended #Prefer a broader source set and auto-enable commercial sources when credentials are provided.
Value:
3