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

Trait ICertPropertyArchivedKeyHash_Impl

pub trait ICertPropertyArchivedKeyHash_Impl: ICertProperty_Impl {
    // Required methods
    fn Initialize(
        &self,
        encoding: EncodingType,
        strarchivedkeyhashvalue: &BSTR,
    ) -> Result<()>;
    fn get_ArchivedKeyHash(&self, encoding: EncodingType) -> Result<BSTR>;
}

Required Methods§

fn Initialize( &self, encoding: EncodingType, strarchivedkeyhashvalue: &BSTR, ) -> Result<()>

fn get_ArchivedKeyHash(&self, encoding: EncodingType) -> Result<BSTR>

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§