CertificateStore Members

The following tables list the members exposed by the CertificateStore type.

Public Properties

Name Description
Public Property Static CACertificates Gets an array of the certificate authority (CA) certificates stored on the device.

Public Methods

Name Description
Public Method Static AddCACertificate Adds a certificate authority (CA) certificate to the device's certificate store.
Public Method Static AddPersonalCertificate Adds a certificate to the list of personal certificates on the device.
Public Method Static ClearAllCertificates Clears all certificates from the certificate store.
Public Method Static ClearCACertificates Clears all certificate authority (CA) certificates from the certificate store.
Public Method Static ClearPersonalCertificates Clears all personal certificates from the certificate store.
Public Method Equals (Inherited from Object.)
Public Method Static GetCACertificate Gets a certificate authority (CA) certificate with the specified name.
Public Method GetHashCode (Inherited from Object.)
Public Method Static GetPersonalCertificate Gets a personal certificate for the device with the specified user-defined certificate name.
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Static RemoveCACertificate Removes a certificate from the store of CA certificates.
Public Method Static RemovePersonalCertificate Removes a specified certificate from the list of personal certificates.
Public Method ToString (Inherited from Object.)
Public Method Static UpdateCACertificate Updates the certificate authority (CA) certificate with the specified certificate name.
Public Method Static UpdatePersonalCertificate Updates the personal certificate with the specified certificate name.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Public Events

Name Description
Public Event Static OnCACertificateChange Indicates that a certificate has been added, removed, or updated in the certificate store.

See Also

Reference

CertificateStore Class
Microsoft.SPOT.Net.Security Namespace