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

Trait ICertPropertyArchived_Impl

pub trait ICertPropertyArchived_Impl: ICertProperty_Impl {
    // Required methods
    fn Initialize(&self, archivedvalue: VARIANT_BOOL) -> Result<()>;
    fn Archived(&self) -> Result<VARIANT_BOOL>;
}

Required Methods§

fn Initialize(&self, archivedvalue: VARIANT_BOOL) -> Result<()>

fn Archived(&self) -> Result<VARIANT_BOOL>

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§