pub type CSSM_AUTHORIZATIONGROUP = cssm_authorizationgroup;👎Deprecated
Available on crate features
cssmconfig and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_AUTHORIZATIONGROUP {
pub NumberOfAuthTags: u32,
pub AuthTags: *mut i32,
}Fields§
§NumberOfAuthTags: u32§AuthTags: *mut i32