SMIME_SECURITY_LABEL structure
[The SMIME_SECURITY_LABEL structure is available for use in Windows XP. It might be altered or unavailable in subsequent versions.]
Syntax
typedef struct _SMIME_SECURITY_LABEL {
LPSTR pszObjIdSecurityPolicy;
DWORD fHasClassification;
DWORD dwClassification;
LPWSTR wszPrivacyMark;
DWORD cCategories;
CRYPT_ATTRIBUTE_TYPE_VALUE *rgCategories;
} SMIME_SECURITY_LABEL, *PSMIME_SECURITY_LABEL;
Members
-
pszObjIdSecurityPolicy
-
Type: LPSTR
-
fHasClassification
-
Type: DWORD
-
TRUE if dwClassification is set
-
dwClassification
-
Type: DWORD
-
wszPrivacyMark
-
Type: LPWSTR
-
Optional
-
cCategories
-
Type: DWORD
-
rgCategories
-
Type: CRYPT_ATTRIBUTE_TYPE_VALUE*
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|