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.
Members | Descriptions |
---|---|
get_Count | The number of certificates contained in the ICoreWebView2CertificateCollection. |
GetValueAtIndex | Gets the certificate object at the given index. |
Product | Introduced |
---|---|
WebView2 Win32 | N/A |
WebView2 Win32 Prerelease | 1.0.1158 |
The number of certificates contained in the ICoreWebView2CertificateCollection.
public HRESULT get_Count(UINT * value)
Gets the certificate object at the given index.
public HRESULT GetValueAtIndex(UINT index, ICoreWebView2Certificate ** certificate)