pub type CSSM_CONTEXT_ATTRIBUTE = cssm_context_attribute;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmkrapi and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_CONTEXT_ATTRIBUTE {
pub AttributeType: u32,
pub AttributeLength: u32,
pub Attribute: cssm_context_attribute_value,
}Fields§
§AttributeType: u32👎Deprecated
§AttributeLength: u32👎Deprecated
§Attribute: cssm_context_attribute_value👎Deprecated