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

Trait ICertificateAttestationChallenge_Impl

pub trait ICertificateAttestationChallenge_Impl: IDispatch_Impl {
    // Required methods
    fn Initialize(
        &self,
        encoding: EncodingType,
        strpendingfullcmcresponsewithchallenge: &BSTR,
    ) -> Result<()>;
    fn DecryptChallenge(&self, encoding: EncodingType) -> Result<BSTR>;
    fn RequestID(&self) -> Result<BSTR>;
}

Required Methods§

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

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

fn RequestID(&self) -> 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§