#[repr(C)]pub struct ENCRYPTED_FILE_METADATA_SIGNATURE {
pub dwEfsAccessType: u32,
pub pCertificatesAdded: *mut ENCRYPTION_CERTIFICATE_HASH_LIST,
pub pEncryptionCertificate: *mut ENCRYPTION_CERTIFICATE,
pub pEfsStreamSignature: *mut EFS_RPC_BLOB,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Security"
Fields§
§dwEfsAccessType: u32§pCertificatesAdded: *mut ENCRYPTION_CERTIFICATE_HASH_LIST§pEncryptionCertificate: *mut ENCRYPTION_CERTIFICATE§pEfsStreamSignature: *mut EFS_RPC_BLOB