Instance Propertyswift-certificates 1.8.0X509
debugDescription
VerificationDiagnostic.swift:544- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var debugDescription: String { get }
var debugDescription: String { get }
import X509
A library for working with X.509 certificates.
struct VerificationDiagnostic
@frozen struct String
A Unicode string value that is a collection of characters.
var description: String { get }
Produces a human readable description of this VerificationDiagnostic
that is potentially expensive to compute.
var multilineDescription: String { get }
Produces a human readable description of this VerificationDiagnostic
over multiple lines for better readability but includes otherwise the same information as description
.