Trait webview2_sys::ICoreWebView2ClientCertificateCollection[][src]

pub trait ICoreWebView2ClientCertificateCollection: IUnknown {
    unsafe fn get_count(&self, value: *mut u32) -> HRESULT;
unsafe fn get_value_at_index(
        &self,
        index: u32,
        certificate: *mut *mut *mut ICoreWebView2ClientCertificateVTable
    ) -> HRESULT; }
Expand description

A collection of client certificate object.

Required methods

The number of client certificates contained in the ICoreWebView2ClientCertificateCollection.

Gets the certificate object at the given index.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors