Contents

policies()

Returns an array of policies used to evaluate the status of the displayed certificate.

Declaration

func policies() -> [Any]!

Discussion

This method returns an autoreleased NSArray containing one or more instances of SecPolicy. The array always contains at least one item (the Apple X.509 Basic policy, if you have never called the setPolicies(_:) method).

See Also

Getting Information About the View