Class CertificateCollector
Collects metadata from the local certificate stores.
Inheritance
System.Object
CertificateCollector
Assembly: AsaLib.dll
Syntax
public class CertificateCollector : BaseCollector, IPlatformRunnable
Constructors
|
Improve this Doc
View Source
CertificateCollector(CollectorOptions, Nullable<Action<CollectObject>>)
Declaration
public CertificateCollector(CollectorOptions opts = null, Action<CollectObject>? changeHandler = null)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
public override bool CanRunOnPlatform()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Implements