API Reference
Class
CtCertificateQueryResult
Represents normalized CT query results from a provider.
Inheritance
- Object
- CtCertificateQueryResult
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
Constructors
public CtCertificateQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ProviderId { get; set; } #Provider that returned the result.
public IReadOnlyList<CtCertificateRecord> Certificates { get; set; } #Certificate records returned by the provider.
public IReadOnlyList<String> DiscoveredNames { get; set; } #Discovered DNS names returned by the provider.
public String ContinuationToken { get; set; } #Continuation token to request the next page, when supported.
public Boolean HasMore { get; set; } #True when more provider data is available through the continuation token.
public CtProviderRuntimeState ProviderState { get; set; } #Provider runtime state observed during the query.
public IReadOnlyList<String> Diagnostics { get; set; } #Provider warnings or diagnostics useful for scheduling and retries.