ICertificateWatcherFactory
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: ICertificateWatcherFactory
Required Methods
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: