Metodo IX500DistinguishedName::get_EncodedName (certenroll.h)

La proprietà EncodedName recupera un nome distinto con codifica Unicode.

Questa proprietà è di sola lettura.

Sintassi

HRESULT get_EncodedName(
  EncodingType Encoding,
  BSTR         *pValue
);

Parametri

Encoding

pValue

Valore restituito

nessuno

Osservazioni

Chiamare il metodo Encode per codificare un nome distinto. Chiamare il metodo Decode per decodificare un nome distinto.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione certenroll.h
DLL CertEnroll.dll

Vedi anche

IX500DistinguishedName