pub type CSSM_KEYHEADER = cssm_keyheader;πDeprecated
Available on crate features
cssmconfig and cssmtype only.Expand description
Aliased TypeΒ§
#[repr(C)]pub struct CSSM_KEYHEADER {Show 14 fields
pub HeaderVersion: u32,
pub CspId: cssm_guid,
pub BlobType: u32,
pub Format: u32,
pub AlgorithmId: u32,
pub KeyClass: u32,
pub LogicalKeySizeInBits: u32,
pub KeyAttr: u32,
pub KeyUsage: u32,
pub StartDate: cssm_date,
pub EndDate: cssm_date,
pub WrapAlgorithmId: u32,
pub WrapMode: u32,
pub Reserved: u32,
}FieldsΒ§
Β§HeaderVersion: u32πDeprecated
Β§CspId: cssm_guidπDeprecated
Β§BlobType: u32πDeprecated
Β§Format: u32πDeprecated
Β§AlgorithmId: u32πDeprecated
Β§KeyClass: u32πDeprecated
Β§LogicalKeySizeInBits: u32πDeprecated
Β§KeyAttr: u32πDeprecated
Β§KeyUsage: u32πDeprecated
Β§StartDate: cssm_dateπDeprecated
Β§EndDate: cssm_dateπDeprecated
Β§WrapAlgorithmId: u32πDeprecated
Β§WrapMode: u32πDeprecated
Β§Reserved: u32πDeprecated