Share via


interface ICoreWebView2CertificateCollection

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

interface ICoreWebView2CertificateCollection
  : public IUnknown

A collection of certificate object.

Summary

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

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1158

Members

get_Count

The number of certificates contained in the ICoreWebView2CertificateCollection.

public HRESULT get_Count(UINT * value)

GetValueAtIndex

Gets the certificate object at the given index.

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