Type Alias ISSUING_DIST_POINT

Source
pub type ISSUING_DIST_POINT = ISSUING_DIST_POINT_st;

Aliased Type§

#[repr(C)]
pub struct ISSUING_DIST_POINT { pub distpoint: *mut DIST_POINT_NAME_st, pub onlyuser: i32, pub onlyCA: i32, pub onlysomereasons: *mut asn1_string_st, pub indirectCRL: i32, pub onlyattr: i32, }

Fields§

§distpoint: *mut DIST_POINT_NAME_st§onlyuser: i32§onlyCA: i32§onlysomereasons: *mut asn1_string_st§indirectCRL: i32§onlyattr: i32