Structure
EmptyPolicy
This Policy acts as a placeholder. Its result is always positive.
struct EmptyPolicy
Topics
Instance Properties
var verifyingCriticalExtensions: [ASN1ObjectIdentifier]The X.509 extension types that this policy understands and enforces.
Instance Methods
func chainMeetsPolicyRequirements(chain: UnverifiedCertificateChain) -> PolicyEvaluationResultCalled to determine whether a givenUnverifiedCertificateChainmeets the requirements of this policy.
Relationships
Conforms To
Swift.SendableMetatypeX509.VerifierPolicy