Skip to content

Latest commit

 

History

History
141 lines (118 loc) · 4.5 KB

nf-certenc-icertencodestringarray-getstringtype.md

File metadata and controls

141 lines (118 loc) · 4.5 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
NF:certenc.ICertEncodeStringArray.GetStringType
ICertEncodeStringArray::GetStringType (certenc.h)
Returns the type of string values that the string array contains.
CCertEncodeStringArray object [Security]
GetStringType method
GetStringType
GetStringType method [Security]
GetStringType method [Security]
CCertEncodeStringArray object
GetStringType method [Security]
ICertEncodeStringArray interface
ICertEncodeStringArray interface [Security]
GetStringType method
ICertEncodeStringArray.GetStringType
ICertEncodeStringArray::GetStringType
_certsrv_icertencodestringarray_getstringtype
certenc/ICertEncodeStringArray::GetStringType
security.icertencodestringarray_getstringtype
security\icertencodestringarray_getstringtype.htm
security
7020f364-4f92-46b8-a8e8-360d8e0fa051
12/05/2018
CCertEncodeStringArray object [Security],GetStringType method, GetStringType, GetStringType method [Security], GetStringType method [Security],CCertEncodeStringArray object, GetStringType method [Security],ICertEncodeStringArray interface, ICertEncodeStringArray interface [Security],GetStringType method, ICertEncodeStringArray.GetStringType, ICertEncodeStringArray::GetStringType, _certsrv_icertencodestringarray_getstringtype, certenc/ICertEncodeStringArray::GetStringType, security.icertencodestringarray_getstringtype
certenc.h
Certsrv.h
Windows
None supported
Windows Server 2003 [desktop apps only]
Certidl.lib
Certenc.dll
Windows
19H1
ICertEncodeStringArray::GetStringType
certenc/ICertEncodeStringArray::GetStringType
c++
APIRef
kbSyntax
COM
Certenc.dll
ICertEncodeStringArray.GetStringType
CCertEncodeStringArray.GetStringType

ICertEncodeStringArray::GetStringType

-description

The GetStringType method returns the type of string values that the string array contains.

-parameters

-param pStringType [out]

A pointer to a Long that represents the string type. For a list of string types, see Remarks.

-returns

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 indicates the type of strings in the string array. For a list of string types, see Remarks.

-remarks

The following table lists the types of strings that the string array can contain. For more information about RDN types, see the CryptoAPI 2.0 documents.

String type Meaning
CERT_RDN_ANY_TYPE For encoding an X509_UNICODE_NAME name.
CERT_RDN_NUMERIC_STRING The numerals 0 through 9 and the space character (8 bit).
CERT_RDN_PRINTABLE_STRING Printable characters (8 bit).
CERT_RDN_T61_STRING T.61 encoded characters (8 bit).
CERT_RDN_VIDEOTEX_STRING VIDEOTEX characters.
CERT_RDN_IA5_STRING IA5 (ASCII) characters.
CERT_RDN_GRAPHIC_STRING A string of ISO-defined GRAPHIC characters.
CERT_RDN_ISO646_STRING 128 character set (8 bit).
CERT_RDN_GENERAL_STRING A string of ISO-defined GENERAL characters.
CERT_RDN_INT4_STRING An array of INT4 values (32 bit).
CERT_RDN_UNICODE_STRING Unicode characters (16 bit).
 

Examples

For an example that uses the GetStringType method, see the ICertEncodeStringArray::Encode method.

-see-also

ICertEncodeStringArray

ICertEncodeStringArray::Reset