Type Alias CRL_DIST_POINT

Source
pub type CRL_DIST_POINT = _CRL_DIST_POINT;

Aliased Type§

struct CRL_DIST_POINT {
    pub DistPointName: _CRL_DIST_POINT_NAME,
    pub ReasonFlags: _CRYPT_BIT_BLOB,
    pub CRLIssuer: _CERT_ALT_NAME_INFO,
}

Fields§

§DistPointName: _CRL_DIST_POINT_NAME§ReasonFlags: _CRYPT_BIT_BLOB§CRLIssuer: _CERT_ALT_NAME_INFO