2.2.6.2.10 DNS_RPC_ZONE_SKD

The DNS_RPC_ZONE_SKD structure<51> groups all the properties of a signing key descriptor of a zone.

 typedef struct _DnssrvRpcZoneSKDSettings {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   PDNS_RPC_SKD pSkd;
   PDNS_RPC_SKD_STATE pSkdState;
   PDNS_RPC_SKD_STATE_EX pSkdStateEx;
 } DNS_RPC_ZONE_SKD,
  *PDNS_RPC_ZONE_SKD;

dwRpcStructureVersion: The structure version number; this MUST be set to 0x00000001.

dwReserved0: MUST be set to zero when sent and MUST be ignored on receipt.

pSkd: The static properties of a zone SKD. This is a DNS_RPC_SKD structure (section 2.2.6.2.1).

pSkdState: The dynamic properties of a zone SKD. This is a DNS_RPC_SKD_STATE structure (section 2.2.6.2.3).

pSkdStateEx: The extended dynamic properties of a zone SKD. This is a DNS_RPC_SKD_STATE_EX structure (section 2.2.6.2.11).