ICoreWebView2ClientCertificateCollection

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2ClientCertificateCollection : IUnknown {
static const
GUID iid;
}

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT index, ICoreWebView2ClientCertificate* certificate)

Gets the certificate object at the given index.

get_Count
HRESULT get_Count(UINT* value)

The number of client certificates contained in the ICoreWebView2ClientCertificateCollection.

Meta