Type Alias ENCRYPTION_CERTIFICATE

Source
pub type ENCRYPTION_CERTIFICATE = _ENCRYPTION_CERTIFICATE;

Aliased Type§

struct ENCRYPTION_CERTIFICATE {
    pub cbTotalLength: u32,
    pub pUserSid: *mut _SID,
    pub pCertBlob: *mut _CERTIFICATE_BLOB,
}

Fields§

§cbTotalLength: u32§pUserSid: *mut _SID§pCertBlob: *mut _CERTIFICATE_BLOB