DRT_REGISTRATION_STATE enumeration (drt.h)

The DRT_REGISTRATION_STATE enumeration defines the set of legal states for a registered key.

Syntax

typedef enum _DRT_REGISTRATION_STATE {
  DRT_REGISTRATION_STATE_UNRESOLVEABLE = 1
} DRT_REGISTRATION_STATE, *PDRT_REGISTRATION_STATE;

Constants

 
DRT_REGISTRATION_STATE_UNRESOLVEABLE
Value: 1
The locally registered key is no longer resolvable by other nodes. The Distributed Routing Table signals this state when the local security provider is unable to generate an authentication token for the locally registered key.

For example, if the Derived Key Security Provider is used, this state is signaled when the certificate used to authenticate expires.

Requirements

Requirement Value
Minimum supported client Windows 7 Professional [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header drt.h