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

Trait IX509AttributeExtensions_Impl

pub trait IX509AttributeExtensions_Impl: IX509Attribute_Impl {
    // Required methods
    fn InitializeEncode(
        &self,
        pextensions: Ref<'_, IX509Extensions>,
    ) -> Result<()>;
    fn InitializeDecode(
        &self,
        encoding: EncodingType,
        strencodeddata: &BSTR,
    ) -> Result<()>;
    fn X509Extensions(&self) -> Result<IX509Extensions>;
}

Required Methods§

fn InitializeEncode(&self, pextensions: Ref<'_, IX509Extensions>) -> Result<()>

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

fn X509Extensions(&self) -> Result<IX509Extensions>

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§