#[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_Foundation’, ‘Win32_Security’
Fields
dwEfsAccessType: u32pCertificatesAdded: *mut ENCRYPTION_CERTIFICATE_HASH_LISTpEncryptionCertificate: *mut ENCRYPTION_CERTIFICATEpEfsStreamSignature: *mut EFS_RPC_BLOB