Microsoft.SPOT.Net.Security Namespace

The Microsoft.SPOT.Net.Security namespace provides network streams for secure communications between hosts.

Classes

Name Description
Public Class CertificateStore Stores all the SSL certificates on the device.
Public Class SslStream Provides a stream used for client-server communication that uses the Secure Socket Layer (SSL) security protocol to authenticate the server and optionally the client.
Public Class X509Certificate Represents an SSL certificate that supports the X.509 standard.

Delegates

Name Description
Public Delegate CertificateStore.CertificateNotificationMessage The event handler for the OnCACertificateChange event.

Enumerations

Name Description
Public Enumeration CertificateStore.CertificateNotificationType Indicates the cause of an OnCACertificateChange event.
Public Enumeration SslProtocols Defines the possible versions of Secure Sockets Layer (SSL).
Public Enumeration SslVerification The verification scheme to use for authentication.