NetStack_CertificatePinning
typedef struct NetStack_CertificatePinning {...} NetStack_CertificatePinning
Overview
Defines certificate pinning information.
Since: 12
Related module: netstack
Header file: net_ssl_c_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| NetStack_CertificatePinningKind kind | Certificate lock type. |
| NetStack_HashAlgorithm hashAlgorithm | Hash algorithm. |
| char *publicKeyHash | Hash value. |