#[repr(C)]pub struct NCRYPT_EXPORTED_ISOLATED_KEY_HEADER {
pub Version: u32,
pub KeyUsage: u32,
pub _bitfield: u32,
pub cbAlgName: u32,
pub cbNonce: u32,
pub cbAuthTag: u32,
pub cbWrappingKey: u32,
pub cbIsolatedKey: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Version: u32
KeyUsage: u32
_bitfield: u32
cbAlgName: u32
cbNonce: u32
cbAuthTag: u32
cbWrappingKey: u32
cbIsolatedKey: u32
Trait Implementations
impl Clone for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Clone for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Copy for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Send for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Sync for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl Unpin for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
impl UnwindSafe for NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more