#[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_Foundation’, ‘Win32_Security’
Fields
cbTotalLength: u32pUserSid: *mut SIDpHash: *mut EFS_HASH_BLOBlpDisplayInformation: PWSTR