StoreList Event

Lists the system certificate stores (see the ListCertificateStores and ListMachineStores methods).

Syntax

public event OnStoreListHandler OnStoreList;

public delegate void OnStoreListHandler(object sender, CertmgrStoreListEventArgs e);

public class CertmgrStoreListEventArgs : EventArgs {
  public string CertStore { get; }
}
Public Event OnStoreList As OnStoreListHandler

Public Delegate Sub OnStoreListHandler(sender As Object, e As CertmgrStoreListEventArgs)

Public Class CertmgrStoreListEventArgs Inherits EventArgs
  Public ReadOnly Property CertStore As String
End Class

Remarks

The CertStore parameter contains the name of the certificate store being listed.

The CertList event and the ListStoreCertificates method are used to list the certificates in the store.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks P2P 2020 .NET Edition - Version 20.0 [Build 8235]