interface ICoreWebView2ClientCertificateCollection

interface ICoreWebView2ClientCertificateCollection
  : public IUnknown

A collection of client certificate object.

Summary

Members Descriptions
get_Count The number of client certificates contained in the ICoreWebView2ClientCertificateCollection.
GetValueAtIndex Gets the certificate object at the given index.

Applies to

Product Introduced
WebView2 Win32 1.0.961.33
WebView2 Win32 Prerelease 1.0.955

Members

get_Count

The number of client certificates contained in the ICoreWebView2ClientCertificateCollection.

public HRESULT get_Count(UINT * value)

GetValueAtIndex

Gets the certificate object at the given index.

public HRESULT GetValueAtIndex(UINT index, ICoreWebView2ClientCertificate ** certificate)