2.2.78 FW_CERT_INFO
This structure represents information on the certificate used in the certificate-based authentication mechanisms.
-
typedef struct _tag_FW_CERT_INFO { FW_BYTE_BLOB SubjectName; [range(FW_AUTH_SUITE_FLAGS_NONE, FW_AUTH_SUITE_FLAGS_MAX-1)] unsigned long dwCertFlags; } FW_CERT_INFO, *PFW_CERT_INFO;
SubjectName: The subject name of the certificate represented as a FW_BYTE_BLOB type. This BLOB is an ASN.1-encoded sequence of RDN attributes.
dwCertFlags: This field can be a combination of bit flags from FW_AUTH_SUITE_FLAGS. This field MUST use only health certificate or certificate to account mapping flags, which represent certificate characteristics.