pub type CSSM_CRLGROUP = cssm_crlgroup;
👎Deprecated
Available on crate features
SecAsn1Types
and cssmconfig
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_CRLGROUP {
pub CrlType: u32,
pub CrlEncoding: u32,
pub NumberOfCrls: u32,
pub GroupCrlList: cssm_crlgroup_GroupCrlList,
pub CrlGroupType: u32,
}
Fields§
§CrlType: u32
👎Deprecated
§CrlEncoding: u32
👎Deprecated
§NumberOfCrls: u32
👎Deprecated
§GroupCrlList: cssm_crlgroup_GroupCrlList
👎Deprecated
§CrlGroupType: u32
👎Deprecated