Struct windows_sys::Win32::Security::Cryptography::DSSSEED
#[repr(C)]pub struct DSSSEED {
pub counter: u32,
pub seed: [u8; 20],
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§counter: u32§seed: [u8; 20]