ReactOS 0.4.15-dev-7958-gcd0bb1a
_CERT_ALT_NAME_ENTRY Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_ALT_NAME_ENTRY:

Public Attributes

DWORD dwAltNameChoice
 
union {
   PCERT_OTHER_NAME   pOtherName
 
   LPWSTR   pwszRfc822Name
 
   LPWSTR   pwszDNSName
 
   CERT_NAME_BLOB   DirectoryName
 
   LPWSTR   pwszURL
 
   CRYPT_DATA_BLOB   IPAddress
 
   LPSTR   pszRegisteredID
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 332 of file wincrypt.h.

Member Data Documentation

◆ DirectoryName

◆ 

union { ... } _CERT_ALT_NAME_ENTRY::DUMMYUNIONNAME

◆ dwAltNameChoice

◆ IPAddress

CRYPT_DATA_BLOB _CERT_ALT_NAME_ENTRY::IPAddress

Definition at line 340 of file wincrypt.h.

Referenced by alt_name_matches().

◆ pOtherName

PCERT_OTHER_NAME _CERT_ALT_NAME_ENTRY::pOtherName

Definition at line 335 of file wincrypt.h.

◆ pszRegisteredID

LPSTR _CERT_ALT_NAME_ENTRY::pszRegisteredID

Definition at line 341 of file wincrypt.h.

◆ pwszDNSName

LPWSTR _CERT_ALT_NAME_ENTRY::pwszDNSName

Definition at line 337 of file wincrypt.h.

◆ pwszRfc822Name

LPWSTR _CERT_ALT_NAME_ENTRY::pwszRfc822Name

◆ pwszURL

LPWSTR _CERT_ALT_NAME_ENTRY::pwszURL

Definition at line 339 of file wincrypt.h.

Referenced by alt_name_matches(), compare_dist_point_name(), and CRYPT_AsnDecodeSubtree().


The documentation for this struct was generated from the following file: