1# NetStack_CertBlob 2 3## Overview 4 5Defines the certificate data structure. 6 7**Since**: 11 8 9**Related module**: [netstack](capi-netstack.md) 10 11**Header file**: [net_ssl_c_type.h](capi-net-ssl-c-type-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name | Description| 18|---------------------------------------------------------------------------| -- | 19| enum [NetStack_CertType](capi-net-ssl-c-type-h.md#netstack_certtype) type | Certificate type.| 20| uint32_t size | Certificate content length.| 21| uint8_t *data | Certificate data.| 22