pub type CSSM_KEY = cssm_key;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_KEY {
pub KeyHeader: cssm_keyheader,
pub KeyData: cssm_data,
}Fields§
§KeyHeader: cssm_keyheader👎Deprecated
§KeyData: cssm_data👎Deprecated