2.2.6.2.8 DNS_RPC_SIGNING_VALIDATION_ERROR

The DNS_RPC_SIGNING_VALIDATION_ERROR structure describes an error that occurred during the use of an SKD.

 typedef struct _DnssrvRpcSigningValidationError {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   GUID guidSKD;
   [string] wchar_t* pwszSigningKeyPointerString;
   DWORD dwExtendedError;
   DWORD dwReserved;
 } DNS_RPC_SIGNING_VALIDATION_ERROR,
  *PDNS_RPC_SIGNING_VALIDATION_ERROR;

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.

guidSKD: The unique identifier for the signing key descriptor that caused the validation error.

pwszSigningKeyPointerString: The signing key pointer string of the signing key that caused the validation error.

dwExtendedError: MUST be set to zero when sent.

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