|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| wintrust.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WIN_TRUST_SIP_SUBJECT
[New - Windows NT]
The WIN_TRUST_SIP_SUBJECT structure identifies the subject to be evaluated by a Subject Interface
Package (SIP). A SIP is a third-party component of the WinTrust service that can
evaluate a subject to verify its authenticity.
typedef struct _WIN_TRUST_SIP_SUBJECT {
GUID * SubjectType;
WIN_TRUST_SUBJECT Subject;
} WIN_TRUST_SIP_SUBJECT, *LPWIN_TRUST_SIP_SUBJECT;
Members
SubjectType
Pointer to a GUID structure that identifies the type of subject to be evaluated. The value of
this member determines the type of data pointed to by the Subject member.
Each SIP supports a unique set of subject types that it can evaluate. For
information about specific subject types, see the documentation for the individual
SIPs.
Subject
Pointer to data that the SIP uses to access the subject. The format of this
data depends on the type of subject.
See Also
WinTrustSubjectCheckContentInfo, WinTrustSubjectEnumCertificates, WinTrustSubjectGetCertHeader, WinTrustSubjectGetCertificate, WinTrustSubjectGetName
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|