Initializerswift-certificates 1.8.0X509
init(makePolicy:)
Erases the type of some VerifierPolicy
to AnyPolicy
.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
init(@PolicyBuilder makePolicy: () throws -> some VerifierPolicy) rethrows
Parameters
- makePolicy
the
VerifierPolicy
constructed using thePolicyBuilder
DSL.