1# NetStack_CertificatePinning 2 3 4## Overview 5 6Defines the certificate lock information structure. 7 8**Since**: 12 9 10**Related module**: [Netstack](netstack.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| [kind](netstack.md#kind) | Certificate lock type.| 21| [hashAlgorithm](netstack.md#hashAlgorithm) | Hash algorithm| 22| [publicKeyHash](netstack.md#publicKeyHash) | Hash value.| 23