0 out of 1 rated this helpful - Rate this topic

CAPICOM_CERT_INFO_TYPE enumeration

The CAPICOM_CERT_INFO_TYPE enumeration type defines what information is to be queried from a certificate.

Members

MemberDescriptionValue
CAPICOM_CERT_INFO_SUBJECT_SIMPLE_NAME

Returns the display name of the certificate subject.

0
CAPICOM_CERT_INFO_ISSUER_SIMPLE_NAME

Returns the display name of the issuer of the certificate.

1
CAPICOM_CERT_INFO_SUBJECT_EMAIL_NAME

Returns the email address of the certificate subject.

2
CAPICOM_CERT_INFO_ISSUER_EMAIL_NAME

Returns the email address of the issuer of the certificate.

3
CAPICOM_CERT_INFO_SUBJECT_UPN

Returns the UPN of the certificate subject. Introduced in CAPICOM 2.0.

4
CAPICOM_CERT_INFO_ISSUER_UPN

Returns the UPN of the issuer of the certificate. Introduced in CAPICOM 2.0.

5
CAPICOM_CERT_INFO_SUBJECT_DNS_NAME

Returns the DNS name of the certificate subject. Introduced in CAPICOM 2.0.

6
CAPICOM_CERT_INFO_ISSUER_DNS_NAME

Returns the DNS name of the issuer of the certificate. Introduced in CAPICOM 2.0.

7

Remarks

The CAPICOM_CERT_INFO_TYPE enumeration type is used by the Certificate.GetInfo method.

Requirements

Redistributable

CAPICOM 2.0 or later on Windows Server 2003 and Windows XP

Header

Capicom.h

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.