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 (
CertificateNotificationType type,
string certName
)
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, 4.1 and 4.2.