API Reference
Class
CertificateInventoryCapture
Captures certificate inventory snapshots from explicit domains and discovered service endpoints.
Inheritance
- Object
- CertificateInventoryCapture
Constructors
public CertificateInventoryCapture() #Methods
public async Task<CertificateInventoryCaptureResult> CaptureAsync(IEnumerable<String> domains, CertificateInventoryCaptureOptions options, InternalLogger logger = null, CancellationToken cancellationToken = null) #Returns:
Task<CertificateInventoryCaptureResult>Captures one certificate inventory snapshot from the provided domains and discovery options.
Parameters
- domains System.Collections.Generic.IEnumerable{System.String}
- Input domains for discovery.
- options DomainDetective.CertificateInventoryCaptureOptions
- Capture options.
- logger DomainDetective.InternalLogger = null
- Optional logger instance.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Capture result with counts, warnings and the snapshot object.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object