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

Trait IX509SCEPEnrollment2_Impl

pub trait IX509SCEPEnrollment2_Impl: IX509SCEPEnrollment_Impl {
    // Required methods
    fn CreateChallengeAnswerMessage(
        &self,
        encoding: EncodingType,
    ) -> Result<BSTR>;
    fn ProcessResponseMessage2(
        &self,
        flags: X509SCEPProcessMessageFlags,
        strresponse: &BSTR,
        encoding: EncodingType,
    ) -> Result<X509SCEPDisposition>;
    fn ResultMessageText(&self) -> Result<BSTR>;
    fn DelayRetry(&self) -> Result<DelayRetryAction>;
    fn ActivityId(&self) -> Result<BSTR>;
    fn SetActivityId(&self, value: &BSTR) -> Result<()>;
}

Required Methods§

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

fn ProcessResponseMessage2( &self, flags: X509SCEPProcessMessageFlags, strresponse: &BSTR, encoding: EncodingType, ) -> Result<X509SCEPDisposition>

fn ResultMessageText(&self) -> Result<BSTR>

fn DelayRetry(&self) -> Result<DelayRetryAction>

fn ActivityId(&self) -> Result<BSTR>

fn SetActivityId(&self, value: &BSTR) -> Result<()>

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§