Struct windows::Win32::Security::Cryptography::Certificates::IX509PrivateKey2_Vtbl
#[repr(C)]pub struct IX509PrivateKey2_Vtbl {
pub base__: IX509PrivateKey_Vtbl,
pub HardwareKeyUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut X509HardwareKeyUsageFlags) -> HRESULT,
pub SetHardwareKeyUsage: unsafe extern "system" fn(_: *mut c_void, _: X509HardwareKeyUsageFlags) -> HRESULT,
pub AlternateStorageLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetAlternateStorageLocation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub AlgorithmName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetAlgorithmName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub get_AlgorithmParameters: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub put_AlgorithmParameters: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: MaybeUninit<BSTR>) -> HRESULT,
pub ParametersExportType: unsafe extern "system" fn(_: *mut c_void, _: *mut X509KeyParametersExportType) -> HRESULT,
pub SetParametersExportType: unsafe extern "system" fn(_: *mut c_void, _: X509KeyParametersExportType) -> HRESULT,
}
Fields§
§base__: IX509PrivateKey_Vtbl
§HardwareKeyUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut X509HardwareKeyUsageFlags) -> HRESULT
§SetHardwareKeyUsage: unsafe extern "system" fn(_: *mut c_void, _: X509HardwareKeyUsageFlags) -> HRESULT
§AlternateStorageLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetAlternateStorageLocation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§AlgorithmName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetAlgorithmName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§get_AlgorithmParameters: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT
§put_AlgorithmParameters: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: MaybeUninit<BSTR>) -> HRESULT
§ParametersExportType: unsafe extern "system" fn(_: *mut c_void, _: *mut X509KeyParametersExportType) -> HRESULT
§SetParametersExportType: unsafe extern "system" fn(_: *mut c_void, _: X509KeyParametersExportType) -> HRESULT
Implementations§
§impl IX509PrivateKey2_Vtbl
impl IX509PrivateKey2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IX509PrivateKey2_Vtblwhere
Identity: IX509PrivateKey2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509PrivateKey2_Vtbl
impl RefUnwindSafe for IX509PrivateKey2_Vtbl
impl Send for IX509PrivateKey2_Vtbl
impl Sync for IX509PrivateKey2_Vtbl
impl Unpin for IX509PrivateKey2_Vtbl
impl UnwindSafe for IX509PrivateKey2_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more