API Reference
Enum
CtIngestionOperation
Describes certificate transparency operations that a provider can execute.
Inheritance
- Enum
- CtIngestionOperation
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
- Property CtCertificateQuery.Operations
- Field CtIngestionOperation.DiscoverSubdomains
- Field CtIngestionOperation.GetCertificateHistory
- Field CtIngestionOperation.GetDomainTreeCertificates
- Field CtIngestionOperation.GetLatestCertificate
- Field CtIngestionOperation.None
- Property CtIngestionWorkloadRequest.Operations
Accepted by parameters
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 CtIngestionOperation DiscoverSubdomains #Discover host names below a registered or monitored domain.
Value:
1public const CtIngestionOperation GetLatestCertificate #Retrieve the latest known certificate for an exact host name.
Value:
2public const CtIngestionOperation GetCertificateHistory #Retrieve historical certificates for an exact host name.
Value:
4public const CtIngestionOperation GetDomainTreeCertificates #Retrieve certificates for a domain and its discovered host names.
Value:
8