Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ClientCertificateRequestedEventArgs [−][src]
#[repr(transparent)]pub struct ICoreWebView2ClientCertificateRequestedEventArgs(pub IUnknown);
Tuple Fields
0: IUnknown
Implementations
pub unsafe fn AllowedCertificateAuthorities(
&self
) -> Result<ICoreWebView2StringCollection, Error>
pub unsafe fn MutuallyTrustedCertificates(
&self
) -> Result<ICoreWebView2ClientCertificateCollection, Error>
pub unsafe fn SetSelectedCertificate<'a, Param0>(
&self,
value: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, ICoreWebView2ClientCertificate>,
pub unsafe fn SetCancel<'a, Param0>(&self, value: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetHandled<'a, Param0>(&self, value: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety