3.2.1.4.2 ICertRequestD

The ICertRequestD DCOM interface exposes a set of methods that allow the client to request the services provided by the CA. The ICertRequestD interface MUST inherit the IRemUnknown interface. IRemUnknown is specified in [MS-DCOM] section 3.1.1.5.6.

The version number for this interface is "1.0". The UUID for this interface is "D99E6E70-FC88-11D0-B498-00A0C90312F3", as specified in [MS-DCOM].

Methods in RPC Opnum Order

Method

Description

Request

Initiates the certificate issuance process.

Opnum: 3

GetCACert

Returns property values on the CA.

Opnum: 4

Ping

Performs a request response test (ping) to the CA.

Opnum: 5

Note Opnums 0, 1, and 2 are reserved for the IUnknown_QueryInterface, AddRef, and Release methods used by the standard COM IUnknown interface, as specified in [MS-DCOM].