Trait IWSDSSLClientCertificate_Impl
pub trait IWSDSSLClientCertificate_Impl: IUnknownImpl {
// Required methods
fn GetClientCertificate(&self) -> Result<*mut CERT_CONTEXT>;
fn GetMappedAccessToken(&self) -> Result<HANDLE>;
}
Required Methods§
fn GetClientCertificate(&self) -> Result<*mut CERT_CONTEXT>
fn GetMappedAccessToken(&self) -> Result<HANDLE>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.