Contents

kSCPropNetIPSecAuthenticationMethod

The IPSec key AuthenticationMethod, whose value is of type CFString.

Declaration

let kSCPropNetIPSecAuthenticationMethod: CFString

Discussion

This key can be passed the following constants:

  • kSCValNetIPSecAuthenticationMethodSharedSecret, which has the value SharedSecret

  • kSCValNetIPSecAuthenticationMethodCertificate, which has the value Certificate

See Also

Constants