interface ICoreWebView2ClientCertificateCollection
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
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)