CertificateStore.CertificateNotificationMessage Delegate

The event handler for the OnCACertificateChange event.

Namespace: Microsoft.SPOT.Net.Security
Assembly: Microsoft.SPOT.Net.Security (in microsoft.spot.net.security.dll)

Syntax

public delegate void CertificateStore.CertificateNotificationMessage (
         CertificateNotificationTypetype,
         stringcertName
)

Parameters

  • type
    Indicates whether a certificate was added, removed, or updated.
  • certName
    The name of the certificate that changed.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

CertificateStore
Microsoft.SPOT.Net.Security Namespace