Contents

strictRevocationCheck

Require a “not revoked” result when checking if the certificate identifying the server is revoked.

Declaration

var strictRevocationCheck: Bool { get set }

Discussion

The default value is NO. If this property is set to NO, then either a “not revoked” result from the certificate revocation server or a failure to communicate with the certificate revocation server will result in a successful revocation check. If this property is set to YES, then only a “not revoked” result from the certificate revocation server will result in a successful revocation check.

See Also

Accessing other IKEv2 properties