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 .NET Micro Framework version 3.0

See Also

Reference

CertificateStore
Microsoft.SPOT.Net.Security Namespace