Skip to main content

CSSM_X509_SIGNED_CERTIFICATE

Type Alias CSSM_X509_SIGNED_CERTIFICATE 

Source
pub type CSSM_X509_SIGNED_CERTIFICATE = cssm_x509_signed_certificate;
👎Deprecated
Available on crate features cssmconfig and cssmtype and SecAsn1Types and x509defs only.
Expand description

Aliased Type§

#[repr(C)]
pub struct CSSM_X509_SIGNED_CERTIFICATE { pub certificate: cssm_x509_tbs_certificate, pub signature: cssm_x509_signature, }

Fields§

§certificate: cssm_x509_tbs_certificate
👎Deprecated
§signature: cssm_x509_signature
👎Deprecated