pub type CSSM_ENCODED_CRL = cssm_encoded_crl;
👎Deprecated
Available on crate features
SecAsn1Types
and cssmconfig
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_ENCODED_CRL {
pub CrlType: u32,
pub CrlEncoding: u32,
pub CrlBlob: cssm_data,
}
Fields§
§CrlType: u32
👎Deprecated
§CrlEncoding: u32
👎Deprecated
§CrlBlob: cssm_data
👎Deprecated