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

Trait ICertPropertySHA1Hash_Impl

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

Required Methods§

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

fn get_SHA1Hash(&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§