Struct win_sys::FileSystem::ENCRYPTED_FILE_METADATA_SIGNATURE [−][src]
#[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_BLOBTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ENCRYPTED_FILE_METADATA_SIGNATURE
impl !Sync for ENCRYPTED_FILE_METADATA_SIGNATURE
impl Unpin for ENCRYPTED_FILE_METADATA_SIGNATURE
Blanket Implementations
Mutably borrows from an owned value. Read more