Skip to content

Latest commit

 

History

History
120 lines (87 loc) · 3.69 KB

ns-wincrypt-cert_alt_name_entry.md

File metadata and controls

120 lines (87 loc) · 3.69 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._CERT_ALT_NAME_ENTRY
CERT_ALT_NAME_ENTRY (wincrypt.h)
Contains an alternative name in one of a variety of name forms.
*PCERT_ALT_NAME_ENTRY
CERT_ALT_NAME_ENTRY
CERT_ALT_NAME_ENTRY structure [Security]
PCERT_ALT_NAME_ENTRY
PCERT_ALT_NAME_ENTRY structure pointer [Security]
_crypto2_cert_alt_name_entry
security.cert_alt_name_entry
wincrypt/CERT_ALT_NAME_ENTRY
wincrypt/PCERT_ALT_NAME_ENTRY
security\cert_alt_name_entry.htm
security
1353ef56-cae7-43f2-a31f-2bb3b502450e
12/05/2018
*PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_ENTRY, CERT_ALT_NAME_ENTRY structure [Security], PCERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY structure pointer [Security], _crypto2_cert_alt_name_entry, security.cert_alt_name_entry, wincrypt/CERT_ALT_NAME_ENTRY, wincrypt/PCERT_ALT_NAME_ENTRY
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CERT_ALT_NAME_ENTRY, *PCERT_ALT_NAME_ENTRY
19H1
_CERT_ALT_NAME_ENTRY
wincrypt/_CERT_ALT_NAME_ENTRY
PCERT_ALT_NAME_ENTRY
wincrypt/PCERT_ALT_NAME_ENTRY
CERT_ALT_NAME_ENTRY
wincrypt/CERT_ALT_NAME_ENTRY
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CERT_ALT_NAME_ENTRY

CERT_ALT_NAME_ENTRY structure

-description

The CERT_ALT_NAME_ENTRY structure contains an alternative name in one of a variety of name forms. These names are bound by a certification authority (CA) to a certificate's public key.

A structure can be CERT_ALT_NAME_ENTRY member of a CERT_ALT_NAME_INFO structure.

-struct-fields

-field dwAltNameChoice

Indicates the union variant used for the alternative name.

This can be one of the following values:

  • CERT_ALT_NAME_OTHER_NAME
  • CERT_ALT_NAME_RFC822_NAME
  • CERT_ALT_NAME_DNS_NAME
  • CERT_ALT_NAME_DIRECTORY_NAME
  • CERT_ALT_NAME_URL
  • CERT_ALT_NAME_IP_ADDRESS
  • CERT_ALT_NAME_REGISTERED_ID

-field DUMMYUNIONNAME

-field DUMMYUNIONNAME.pOtherName

A pointer to a CERT_OTHER_NAME structure, which includes an object identifier (OID) and a BLOB containing the name.

-field DUMMYUNIONNAME.pwszRfc822Name

Email address as a Unicode string.

-field DUMMYUNIONNAME.pwszDNSName

DNS name as an IA5 string.

-field DUMMYUNIONNAME.DirectoryName

A BLOB structure that contains a directory name.

-field DUMMYUNIONNAME.pwszURL

URL as a IA5 string.

-field DUMMYUNIONNAME.IPAddress

Octet string that is an Internet Protocol address defined in accordance with Internet RFC 791.

-field DUMMYUNIONNAME.pszRegisteredID

Object identifier (OID) of any registered object.

-see-also

CERT_ALT_NAME_INFO

CRYPT_ATTRIBUTE_TYPE_VALUE

CRYPT_INTEGER_BLOB