3.17.4.1.44 SenderCertificate (Opnum 50)

The SenderCertificate method is received by the server in an RPC_REQUEST packet. In response, the server MUST set the represented Message.SenderCertificate.

 [propput] HRESULT SenderCertificate(
   [in] VARIANT varSenderCert
 );

varSenderCert: A VARIANT that contains a byte array (VT_ARRAY | VT_UI1) that contains the user certificate. The certificate MUST be an X.509-encoded certificate, as specified in [RFC3280].

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines:

  • Set the represented Message.SenderCertificate to the value contained in the varSenderCert input parameter.