Struct security_framework::os::macos::certificate::CertificateProperties [−][src]
pub struct CertificateProperties(_);
Expand description
Properties associated with a certificate.
Implementations
impl CertificateProperties
[src]
impl CertificateProperties
[src]pub fn get(&self, oid: CertificateOid) -> Option<CertificateProperty>
[src]
pub fn get(&self, oid: CertificateOid) -> Option<CertificateProperty>
[src]Retrieves a specific property identified by its OID.