1description: >
2    Implement to provide security capability attributes.
3properties:
4    - name: MaxPassphraseCount
5      type: uint32
6      description: >
7          Maximum number of passphrases supported for this Memory.
8    - name: PassphraseCapable
9      type: boolean
10      description: >
11          Memory passphrase set capability.
12    - name: ConfigurationLockCapable
13      type: boolean
14      description: >
15          An indication of whether this memory supports the locking.
16    - name: DataLockCapable
17      type: boolean
18      description: >
19          An indication of whether this memory supports data locking.
20    - name: PassphraseLockLimit
21      type: uint32
22      description: >
23          The maximum number of incorrect passphrase attempts allowed before
24          memory is locked.
25