WINTRUST_SERVER_TP_DISPATCH_TABLE  AW3H92

[New - Windows NT]

The WINTRUST_SERVER_TP_DISPATCH_TABLE structure contains a set of pointers to functions implemented by WinTrust for use by the server component of a trust provider.

The current release of WinTrust does not include the WinTrust server component. Consequently, WinTrust does not use this structure.

typedef struct _WINTRUST_SERVER_TP_DISPATCH_TABLE

    LPWINTRUST_SUBJECT_CHECK_CONTENT_INFO   CheckSubjectContentInfo;

    LPWINTRUST_SUBJECT_ENUM_CERTIFICATES    EnumSubectCertificates;

    LPWINTRUST_SUBJECT_GET_CERTIFICATE      GetSubjectCertificate;

    LPWINTRUST_SUBJECT_GET_CERT_HEADER      GetSubjectCertHeader;

    LPWINTRUST_SUBJECT_GET_NAME             GetSubjectName;

   

} WINTRUST_SERVER_TP_DISPATCH_TABLE, *LPWINTRUST_SERVER_TP_DISPATCH_TABLE;

 

Members

CheckSubjectContentInfo

Pointer to a WinTrustSubjectCheckContentInfo3VRWZR function.

EnumSubjectCertificates

Pointer to a WinTrustSubjectEnumCertificatesBH8K2K function.

GetSubjectCertificate

Pointer to a WinTrustSubjectGetCertificate2N0I3UC function.

GetSubjectCertHeader

Pointer to a WinTrustSubjectGetCertHeader16075BU function.

GetSubjectName

Pointer to a WinTrustSubjectGetName44S7SK function.

 

See Also

WINTRUST_SERVER_TP_INFO, WinTrustProviderServerInitialize, WinTrustSubjectCheckContentInfo, WinTrustSubjectEnumCertificates, WinTrustSubjectGetCertHeader, WinTrustSubjectGetCertificate, WinTrustSubjectGetName