Struct windows_sys::Win32::Storage::FileSystem::ENCRYPTION_CERTIFICATE_HASH
#[repr(C)]pub struct ENCRYPTION_CERTIFICATE_HASH {
pub cbTotalLength: u32,
pub pUserSid: *mut SID,
pub pHash: *mut EFS_HASH_BLOB,
pub lpDisplayInformation: PWSTR,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Security"
Fields§
§cbTotalLength: u32§pUserSid: *mut SID§pHash: *mut EFS_HASH_BLOB§lpDisplayInformation: PWSTR