Microsoft.SPOT.Net.Security Namespace
Provides network streams for secure communications between hosts.
Classes
Name | Description | |
---|---|---|
CertificateStore | Stores all the SSL certificates on the device. | |
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. | |
X509Certificate | Represents an SSL certificate that supports the X.509 standard. |
Delegates
Name | Description | |
---|---|---|
CertificateStore.CertificateNotificationMessage | The event handler for the OnCACertificateChange event. |
Enumerations
Name | Description | |
---|---|---|
CertificateStore.CertificateNotificationType | Indicates the cause of an OnCACertificateChange event. | |
SslProtocols | Defines the possible versions of Secure Sockets Layer (SSL). | |
SslVerification | The verification scheme to use for authentication. |