Condividi tramite


Metodo INapCertRelyingParty::SubscribeCertByGroup

Nota

La piattaforma Protezione accesso alla rete non è disponibile a partire da Windows 10

Il metodo SubscribeCertByGroup sottoscrive un server di certificati di integrità (HCS). Il servizio HCS deve essere già registrato prima della sottoscrizione.

Sintassi

HRESULT SubscribeCertByGroup(
  [in]        EnforcementEntityId  id,
  [in]  const BSTR                subscriberName,
  [in]  const  VARIANT            *reserved,
  [out]       BOOL                *certExists
);

Parametri

id [in]

EnforcementEntityId che contiene l'ID del client di imposizione che sta sottoscrivendo.

subscriberName [in]

Nome del Sottoscrittore.

Nota

Questa opzione è attualmente usata solo a scopo di registrazione.

riservato [in]

Deve essere NULL.

certExists [out]

Indica se un certificato di integrità di questo HCS è già gestito da NapAgent ed è presente nell'archivio computer. Se TRUE, un certificato di integrità è già in fase di manutenzione ed è presente. Se FALSE, non viene attualmente gestito e presente un certificato di integrità.

Valore restituito

Restituisce uno dei codici di errore seguenti in base al risultato di questa operazione.

Codice restituito Descrizione
S_OK
L'operazione è riuscita.
E_ACCESSDENIED
Errore di autorizzazione, accesso negato.
E_OUTOFMEMORY
Il limite di risorse di sistema non è riuscito a eseguire l'operazione.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]
Intestazione
NapCertRelyingParty.h
IDL
NapCertRelyingParty.idl

Vedi anche

INapCertRelyingParty