ReactOS 0.4.16-dev-1948-gd260c1d
_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 341 of file wincrypt.h.

Member Data Documentation

◆ DirectoryName

◆ 

union { ... } _CERT_ALT_NAME_ENTRY::DUMMYUNIONNAME

◆ dwAltNameChoice

◆ IPAddress

◆ pOtherName

PCERT_OTHER_NAME _CERT_ALT_NAME_ENTRY::pOtherName

Definition at line 344 of file wincrypt.h.

◆ pszRegisteredID

LPSTR _CERT_ALT_NAME_ENTRY::pszRegisteredID

Definition at line 350 of file wincrypt.h.

◆ pwszDNSName

LPWSTR _CERT_ALT_NAME_ENTRY::pwszDNSName

Definition at line 346 of file wincrypt.h.

◆ pwszRfc822Name

LPWSTR _CERT_ALT_NAME_ENTRY::pwszRfc822Name

◆ pwszURL


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