pub type SecTrustUserSetting = SecTrustResultType;
👎Deprecated
Available on crate feature
SecTrust
only.Expand description
Specifies a user-specified trust setting value.
Deprecated in OS X 10.9. User trust settings are managed by functions in SecTrustSettings.h (starting with OS X 10.5), and by the SecTrustCopyExceptions and SecTrustSetExceptions functions (starting with iOS 4 and OS X 10.9). The latter two functions are recommended for both macOS and iOS, as they avoid the need to explicitly specify these values.
See also Apple’s documentation
Aliased Type§
#[repr(transparent)]pub struct SecTrustUserSetting(pub u32);
Tuple Fields§
§0: u32