CROSS_CERT_DIST_POINTS_INFO structure
The CROSS_CERT_DIST_POINTS_INFO structure provides information used to update dynamic cross certificates.
Syntax
typedef struct _CROSS_CERT_DIST_POINTS_INFO { DWORD dwSyncDeltaTime; DWORD cDistPoint; PCERT_ALT_NAME_INFO rgDistPoint; } CROSS_CERT_DIST_POINTS_INFO, *PCROSS_CERT_DIST_POINTS_INFO;
Members
- dwSyncDeltaTime
-
DWORD indicating seconds between synchronization. If this member is zero, the client default synchronization time is used.
- cDistPoint
-
Count of the number of elements in the rgDistPoint member array.
- rgDistPoint
-
Array of CERT_ALT_NAME_INFO structures for distribution points for updating cross certificates.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|