pub trait ICertificateAttestationChallenge_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§