NSURLErrorFailingURLPeerTrustErrorKey

Static NSURLErrorFailingURLPeerTrustErrorKey 

Source
pub unsafe static NSURLErrorFailingURLPeerTrustErrorKey: &'static NSString
Available on crate features NSString and NSURLError only.
Expand description

The NSError userInfo dictionary key used to store and retrieve the SecTrustRef object representing the state of a failed SSL handshake.

See also Apple’s documentation