IHttpNegotiate3::GetSerializedClientCertContext method

Gets a serialized client security context.

Internet Explorer 8

 

Syntax


HRESULT GetSerializedClientCertContext(
  [out]     BYTE  **ppbCert,
  [in, out] DWORD *pcbCert
);

Parameters

ppbCert [out]

A pointer to a buffer of type BYTE that receives the certificate.

pcbCert [in, out]

A pointer to a value of type DWORD that specifies the size of the buffer that receives the certificate. Upon successful completion, this parameter contains the actual size of the buffer.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 7

Minimum supported server

Windows Server 2008 R2

Product

Internet Explorer 8

See also

IHttpNegotiate3

 

 

Show: