Enum security_framework::os::macos::certificate::PropertyType [−][src]
pub enum PropertyType {
Section(PropertySection),
String(CFString),
// some variants omitted
}Expand description
An enum of the various types of properties.
Variants
Section(PropertySection)A section.
String(CFString)A string.