Type Alias OCSP_BASIC_REVOKED_INFO

Source
pub type OCSP_BASIC_REVOKED_INFO = _OCSP_BASIC_REVOKED_INFO;

Aliased Type§

struct OCSP_BASIC_REVOKED_INFO {
    pub RevocationDate: _FILETIME,
    pub dwCrlReasonCode: u32,
}

Fields§

§RevocationDate: _FILETIME§dwCrlReasonCode: u32