ICertEncodeCRLDistInfo::GetNameChoice method (certenc.h)
The GetNameChoice method returns the name choice at a specified index of a certificate revocation list (CRL) distribution information point.
Syntax
HRESULT GetNameChoice(
[in] LONG DistPointIndex,
[in] LONG NameIndex,
[out] LONG *pNameChoice
);
Parameters
[in] DistPointIndex
Specifies the index of the distribution point for which to get a name choice. The first value is at index zero.
[in] NameIndex
Specifies the index of the name choice entry to get. The first value is at index zero.
[out] pNameChoice
A pointer to a Long that represents the name choice.
Return value
C++
If the method succeeds, the method returns S_OK.If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
VB
The return value is the name choice at the specified index. The name choice indicates the type of the name so that it can be used correctly. The name choice must be one of the following values.Return code | Description |
---|---|
|
The name is an email address. |
|
The name is an IA5 string that contains a DNS (Domain Name System) name in the format Host.Entity.Domain. |
|
The name is an IA5 string that contains a URL in the format Service://HostName/Path. |
|
The name is a registered object identifier (OID). |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | certenc.h (include Certsrv.h) |
Library | Certidl.lib |
DLL | Certenc.dll |