pub type CSSM_ACCESS_CREDENTIALS = cssm_access_credentials;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_ACCESS_CREDENTIALS {
pub EntryTag: [i8; 68],
pub BaseCerts: cssm_base_certs,
pub Samples: cssm_samplegroup,
pub Callback: Option<unsafe extern "C-unwind" fn(*const cssm_list, *mut cssm_samplegroup, *mut c_void, *const cssm_memory_funcs) -> i32>,
pub CallerCtx: *mut c_void,
}Fields§
§EntryTag: [i8; 68]👎Deprecated
§BaseCerts: cssm_base_certs👎Deprecated
§Samples: cssm_samplegroup👎Deprecated
§Callback: Option<unsafe extern "C-unwind" fn(*const cssm_list, *mut cssm_samplegroup, *mut c_void, *const cssm_memory_funcs) -> i32>👎Deprecated
§CallerCtx: *mut c_void👎Deprecated