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

Struct IEnroll2_Vtbl

#[repr(C)]
pub struct IEnroll2_Vtbl {
Show 19 fields pub base__: IEnroll_Vtbl, pub InstallPKCS7Blob: unsafe extern "system" fn(_: *mut c_void, _: *mut CRYPT_INTEGER_BLOB) -> HRESULT, pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetSupportedKeySpec: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub GetKeyLen: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: BOOL, _: *mut i32) -> HRESULT, pub EnumAlgs: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT, pub GetAlgNameWStr: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut PWSTR) -> HRESULT, pub SetReuseHardwareKeyIfUnableToGenNew: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub ReuseHardwareKeyIfUnableToGenNew: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetHashAlgID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub HashAlgID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetHStoreMy: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT, pub SetHStoreCA: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT, pub SetHStoreROOT: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT, pub SetHStoreRequest: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT, pub SetLimitExchangeKeyToEncipherment: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub LimitExchangeKeyToEncipherment: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetEnableSMIMECapabilities: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub EnableSMIMECapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}

Fields§

§base__: IEnroll_Vtbl§InstallPKCS7Blob: unsafe extern "system" fn(_: *mut c_void, _: *mut CRYPT_INTEGER_BLOB) -> HRESULT§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetSupportedKeySpec: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§GetKeyLen: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: BOOL, _: *mut i32) -> HRESULT§EnumAlgs: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut i32) -> HRESULT§GetAlgNameWStr: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut PWSTR) -> HRESULT§SetReuseHardwareKeyIfUnableToGenNew: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§ReuseHardwareKeyIfUnableToGenNew: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetHashAlgID: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§HashAlgID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetHStoreMy: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT§SetHStoreCA: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT§SetHStoreROOT: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT§SetHStoreRequest: unsafe extern "system" fn(_: *mut c_void, _: HCERTSTORE) -> HRESULT§SetLimitExchangeKeyToEncipherment: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§LimitExchangeKeyToEncipherment: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetEnableSMIMECapabilities: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§EnableSMIMECapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT

Implementations§

§

impl IEnroll2_Vtbl

pub const fn new<Identity: IEnroll2_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.