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

Trait IX509AttributeArchiveKeyHash_Impl

pub trait IX509AttributeArchiveKeyHash_Impl: IX509Attribute_Impl {
    // Required methods
    fn InitializeEncodeFromEncryptedKeyBlob(
        &self,
        encoding: EncodingType,
        strencryptedkeyblob: &BSTR,
    ) -> Result<()>;
    fn InitializeDecode(
        &self,
        encoding: EncodingType,
        strencodeddata: &BSTR,
    ) -> Result<()>;
    fn get_EncryptedKeyHashBlob(&self, encoding: EncodingType) -> Result<BSTR>;
}

Required Methods§

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

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

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