CertificateWatcherFactory

Overview

Location


Instance Methods


constructor

 

constructor

 

CertificateWatcherFactory()

 

Sub New()

constructor (Int32)

 

constructor(period: Int32)

 

CertificateWatcherFactory(Int32 period)

 

Sub New(period As Int32)

Parameters:

  • period:

Watch

 

method Watch(thumbprint: String; filename: String; subject: String; store: String; callback: Action<X509Certificate2>): ICertificateWatcher

 

ICertificateWatcher Watch(String thumbprint, String filename, String subject, String store, Action<X509Certificate2> callback)

 

Function Watch(thumbprint As String, filename As String, subject As String, store As String, callback As Action (Of X509Certificate2)) As ICertificateWatcher

Parameters:

  • thumbprint:
  • filename:
  • subject:
  • store:
  • callback: