windows::Win32::Security::Cryptography::Certificates

Trait ICertPropertyKeyProvInfo_Impl

pub trait ICertPropertyKeyProvInfo_Impl: ICertProperty_Impl {
    // Required methods
    fn Initialize(&self, pvalue: Ref<'_, IX509PrivateKey>) -> Result<()>;
    fn PrivateKey(&self) -> Result<IX509PrivateKey>;
}

Required Methods§

fn Initialize(&self, pvalue: Ref<'_, IX509PrivateKey>) -> Result<()>

fn PrivateKey(&self) -> Result<IX509PrivateKey>

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.

Implementors§