Metodo IAlternativeName::get_StrValue (certenroll.h)
La proprietà StrValue recupera una stringa contenente un indirizzo di posta elettronica, un nome DNS (Domain Name System), un URL, un identificatore di oggetto registrato (OID) o un nome dell'entità utente (UPN).
Questa proprietà è di sola lettura.
Sintassi
HRESULT get_StrValue(
BSTR *pValue
);
Parametri
pValue
Valore restituito
nessuno
Osservazioni
È possibile chiamare questa proprietà per recuperare una stringa se è stato inizializzato l'oggetto IAlternativeName chiamando il metodo InitializeFromString e specificando uno dei valori AlternativeNameType seguenti.
Valore | Descrizione |
---|---|
XCN_CERT_ALT_NAME_RFC822_NAME | Il nome è un indirizzo di posta elettronica. |
XCN_CERT_ALT_NAME_DNS_NAME | Il nome è un nome DNS. |
XCN_CERT_ALT_NAME_URL | Il nome è un URL. |
XCN_CERT_ALT_NAME_REGISTERED_ID | Il nome è un OID registrato. |
XCN_CERT_ALT_NAME_USER_PRINCIPLE_NAME | Il nome è un UPN. |
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 |